?? index_top1.asp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>合肥學院計算機科學與技術系在線考試系統</title>
<style type="text/css">
<!--
body {
background-color: #39867B;
}
.title {
font-size: 16px;
font-family: 黑體;
color: #000;
}
td {
font-size: 14px;
color: #FFF;
}
A:link {
color: #FFB;
text-decoration: none;
}
A:visited {
color: #FFB;
text-decoration: none;
}
A:hover {
color: #FFF;
text-decoration: underline;
}
-->
</style>
</head>
<script language="javascript">
if(window.name != 'top')
{
window.open('index_top.asp','top');
}
</script>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" background="images/title1.gif">
<table width="100%">
<tr>
<td width="200" align="left" valign="top"> </td>
<td>
<table width="100%">
<tr>
<td height="50">
</td>
</tr>
<tr>
<td align="center" width="100">
<a href="index_main.asp" target="main">【首頁】</a>
</td>
<td align="center" width="100">
<a href="student_modifypwd.asp" target="main">【修改密碼】</a>
</td>
<td align="center" width="100">
<a href="student_modifyinfo.asp" target="main">【個人信息】</a>
</td>
<td align="center" width="100">
<a href="student_reg.asp" target="main">【新考生注冊】</a>
</td>
<td align="right">
<%
if request.cookies("aoyi")("username") <> "" then
response.write "<a href='#' onClick=""if(confirm('你確定要注銷登錄嗎?')) window.open('student_logout.asp','_self')"">【注銷登錄】</a> "
else
response.write "<a href='student_login.asp' target='main'>【登錄系統】</a> "
end if
%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -