registerhead.asp

来自「学校勤工助学管理网站 功能可管理 考勤计算工资并进行等级评估。」· ASP 代码 · 共 31 行

ASP
31
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
 <style type="text/css">
<!--
.normal {  font-family: "宋体"; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none; font-size: 11pt}
a:link {  color: #000000; text-decoration: none}
a:visited {  color: #000000; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: underline}
.smallfont { font-family: "宋体"; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none; font-size: 10pt}
.style1 {color: #FFFFFF}
-->
</style>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="1" marginheight="1" >
<table width="700" height="50" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
	 <td width="141" bgcolor="#bcdeff"><div align="center"><a href="useradd.asp">学生添加</a></div></td>
	 <td width="145" bgcolor="#bcdeff"><div align="center"><a href="registerselect.asp">学生查询</a> </div></td>
  				</tr>
		</table>
	  
    
	<% if session("admin_name")=""then%>
		  <script language="javascript">
	        alert("你无权访问用户管理模块!")
    	    history.back();
       </script>
 <%
end if
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?