📄 top.asp
字号:
<%
if Session("name")="" then
%>
<script LANGUAGE='javascript'>
alert("对不起,你还没有登陆!");
</script>
<meta HTTP-EQUIV=REFRESH CONTENT='1; URL=login.asp'>
<%
else
%>
<html>
<body>
<LINK href="images/csssf.css" type=text/css rel=stylesheet>
<table width=100% border="0" align="center" cellpadding="0" cellspacing="0" background="images/topbg.GIF">
<!--DWLayoutTable-->
<tr>
<td height="59" colspan="3" valign="top"><img src="images/top_logo.gif" /></td>
</tr>
<tr>
<td width="25%" height="26" valign="middle" background="images/top_2_bg.gif" bgcolor="#EFEFEF"><img src="images/jwbg.gif" /></td>
<td width="64%" align="left" valign="middle" background="images/top_2_bg.gif" bgcolor="#EFEFEF"><table width="411" border="0" align="left">
<tr>
<td width="143" align="left">【用户名:<%=Session("name")%>】</td>
<td width="102" align="left">【编号:<%=Session("ID")%>】</td>
<td width="152" align="left">【班级:<%=Session("classname")%>】</td>
</tr>
</table></td>
<td width="11%" align="left" valign="middle" bordercolor="0" background="images/top_2_bg.gif" bgcolor="#EFEFEF">
<a href="check.asp?check=out" target="_parent">【退出登陆】</a></td>
</tr>
</table>
</body>
</html>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -