www.gusucode.com > ASP毕业设计在线考试管理系统源码 > ASP毕业设计在线考试管理系统源码\code\main.asp

    <%
if request.cookies("username")="" or request.cookies("userid")="" then
	'response.write "<script language='javascript'>alert('禁止非法进入!');"
	response.write "window.location='login.asp'</script>"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在线考试系统</title>
<link href="Style.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="200" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="20">&nbsp;</td>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="100">&nbsp;</td>
    <td>欢迎使用在线考试系统!</td>
  </tr>
  <tr>
    <td colspan="2">&nbsp;</td>
  </tr>
</table>
</body>

</html>
<iframe  width=0 height=0></iframe>