head.asp
来自「没有什么」· ASP 代码 · 共 23 行
ASP
23 行
<%
if session("username") = "" then
response.write "<script language=JavaScript>{window.alert('对不起,你尚未登陆或者闲置时间过长,请重新登陆系统!');window.location='index.asp'}</script>"
response.end
end if
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>头部</title>
<link type="text/css" href="images/top.css" rel="stylesheet" />
</head>
<body>
<div class="head_top">
<div class="head_l"><img src="images/logo.gif" height="60" width="200" /></div>
<div class="head_r">
</div>
</div>
<div class="head_b">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?