www.gusucode.com > ASP毕业设计在线考试管理系统源码 > ASP毕业设计在线考试管理系统源码\code\left.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>
<base target="main">
<script>
function switchSysBar1(){
if (switchPoint1.innerText==6){
switchPoint1.innerText=5
document.all("first").style.display="none"
}else{
switchPoint1.innerText=6
document.all("first").style.display=""
}}
function switchSysBar2(){
if (switchPoint2.innerText==6){
switchPoint2.innerText=5
document.all("second").style.display="none"
}else{
switchPoint2.innerText=6
document.all("second").style.display=""
}}
</script>
<style>
<!--
body, p, td, input { color: #000000; font-size: 9pt }
-->
</style>
<link href="Style.css" rel="stylesheet" type="text/css">
</head>

<body topmargin="0" leftmargin="0" onLoad="switchSysBar2();">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
  <tr>
    <td width="100%" height="25" bgcolor="#6699CC">
    </td>
  </tr>
  <tr>
    <td bgcolor="#E1E1E1">
    <table border="0" cellPadding="0" cellSpacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td onClick="switchSysBar1()" style="height: 100%">&nbsp;<b>用户信息</b></td>
        <td onClick="switchSysBar1()" style="height: 100%">
        <p align="right">
        <font style="color: #6699cc; cursor: hand; font-family: Webdings; font-size: 9pt">
        <span id="switchPoint1">6</span></font>&nbsp; </td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td width="100%" id="first">
    <iframe name="I2" scrolling="no" target="main" height="60" width="100%" border="0" frameborder="0" src="leftmiddle.asp">
    </iframe> </td>
  </tr>
  <tr>
    <td bgcolor="#E1E1E1">
    <table border="0" cellPadding="0" cellSpacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td onClick="switchSysBar2()" style="height: 100%">&nbsp;<b>修改密码</b></td>
        <td onClick="switchSysBar2()" style="height: 100%">
        <p align="right">
        <font style="color: #6699cc; cursor: hand; font-family: Webdings; font-size: 9pt">
        <span id="switchPoint2">6</span></font>&nbsp; </td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td id="second">
    <iframe name="testinfo" scrolling="no" target="main" height="140" width="100%" border="0" frameborder="0" src="pwd.asp">
    </iframe></td>
  </tr>
</table>

</body>

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