search.asp

来自「考试系统全新改版」· ASP 代码 · 共 30 行

ASP
30
字号
<%if session("password")<>"" then%>

<HTML>
<HEAD>
<title>http://www.25175.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<div align="center">
</div>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="25"><a href="index.asp">首页</a> <a href="add.asp">添加试题</a> <a href="delete_all.asp">删除试题</a> <a href="SEARCH.ASP">列出试题答案</a> <a href="change_password.asp">修改密码</a> <a href="login.asp">登入</a> <a href="20050130_logout.asp">退出</a> &nbsp;<a href="http://www.25175.com">powered by 25175</a></td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="25"><form action="SEARCH_answer.ASP" method="post" name="form1">
      <input name="id" type="text" id="id" value="请输入要第几题要修改" size="30">
      <input type="submit" name="Submit" value="查询">
    </form></td>
  </tr>
</table>

</BODY>
</HTML>
<%else
Response.Redirect "20050130_loginagine.asp"
end if%>

⌨️ 快捷键说明

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