lefttopframe.asp

来自「这是一个校园考试系统」· ASP 代码 · 共 33 行

ASP
33
字号
<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>
</head>

<body bgcolor="#799AE1" topmargin="0" leftmargin="0">

<table border="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="153" cellspacing="0" cellpadding="0" height="58" bgcolor="#799AE1">
  <tr>
    <td colspan="4" valign="bottom" width="153" height="21">&nbsp;<b>考生姓名:<%=request.cookies("tname")%></b></td>
  </tr>
  <tr>
    <td width="26" height="37"><input type="radio" value="V1" checked name="R1" disabled></td>
    <td width="56" height="37">普通考生</td>
    <td width="21" height="37"><input type="radio" value="V1" name="R1" disabled></td>
    <td width="50" height="37">管理员</td>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?