?? adminlefttopframe.asp
字號:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建網頁 2</title>
<base target="main">
<style>
<!--
body, p, td, input { font-size: 9pt; color: #FFFFFF }
-->
</style>
<script language="javascript">
function checkit(){
if (document.coolie = "A")
{
document.checkform.R1.checked=false
document.checkform.R2.checked=true
}
else
{
document.checkform.R1.checked=true
document.checkform.R2.checked=false
}
}
</script>
</head>
<body onload="checkit()" bgcolor="#6699CC" topmargin="0" leftmargin="0">
<table border="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="164" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td colspan="4" valign="bottom"> <b>姓名:<%=request.cookies("username")%></b></td>
</tr>
<tr>
<form name="checkform">
<td><input type="radio" value="V1" name="R1" disabled></td>
<td>普通考生</td>
<td><input type="radio" value="V1" name="R2" disabled></td>
<td>系統管理員</td>
</form>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -