⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index12.asp

📁 这是一个压缩包
💻 ASP
字号:
<html>
<head>
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="">
  <p>
    <input name="t" type="text" id="t">
  </p>
  <p>
    <input name="S1" type="submit" id="S1" value="提交">
  </p>
<%
if request.form("t")=1 then
%>
<table width="75%" border="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<%
end if
%>
<%if request.form("t")=2 then
%>
<form name="form1" method="post" action="">
  <p>姓名:
    <input type="text" name="textfield">
  </p>
  <p>年龄:
    <select name="select">
      <option value="18">18</option>
      <option value="19">19</option>
      <option value="20">20</option>
    </select>
  </p>
  <p>性别: 
    <input type="radio" name="radiobutton" value="radiobutton">
    <input type="radio" name="radiobutton" value="radiobutton">
    女 </p>
  <p>学号:
    <input type="text" name="textfield2">
  </p>
  <p>班级: 
    <input type="text" name="textfield3">
  </p>
  <p>留言:</p>
  <p> 
    <textarea name="textarea"></textarea>
  </p>
</form>
<%
end if
%>
</form>
</body>
</html>

⌨️ 快捷键说明

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