adminlefttopframe.asp
来自「在根目录下存放着系统登陆以及实现用户功能的网页文件」· ASP 代码 · 共 50 行
ASP
50 行
<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 + =
减小字号Ctrl + -
显示快捷键?