gerentop.asp
来自「企业网上办公自动化通过对各办公自动化要素的闭环整合」· ASP 代码 · 共 55 行
ASP
55 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=data/conn.asp-->
<!--#include file=connfig.asp-->
<!--#include file=inc/yan.asp-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-image: url();
}
body,td,th {
font-size: 12px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #EEF4FF;
}
a:active {
text-decoration: none;
}
.style1 {color: #FFFFFF}
-->
</style></head>
<body topmargin="0">
<div align="center">
<table width="622" border="0" align="center" cellspacing="0" >
<tr>
<td width="600" height="47" background="images/geren.gif"><div align="center"><a href="grdengji.asp" target="main">个人活动登记</a>
<%if ps("geren")=1 or ps("chaoji")=1 then%>
<a href="grguan.asp" target="main">个人活动管理</a>
<%else%>
<a href="grguan1.asp" target="main">个人活动管理</a>
<%end if%>
<a href="gremail.asp" target="main">个人邮件</a> <a href="minpin.asp" target="main">名片夹</a></div></td>
<td width="18"> </td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?