index.htm
来自「一个用户调查表,并用数据库连接,使用了ODBC 内容包括用户名,家庭住址,学校」· HTM 代码 · 共 126 行
HTM
126 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>试验5.1</title>
</head>
<body>
<table width="100%" height="724" border="0" align="center">
<tr>
<td height="718" align="center" valign="top"><table width="50%" height="640" border="0">
<tr>
<td height="626" valign="top"><p align="center">调查表</p>
<p><hr>
</p>
<table width="100%" border="0">
<tr>
<td height="55"><table width="94%" border="0">
<tr>
<td width="19%" height="30"><div align="right">用户名:</div></td>
<td width="81%"> <form name="form1" method="post" action="chuli.asp">
<input type="text" name="username" size=15>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="54"><table width="100%" border="0">
<tr>
<td width="19%" height="30"><div align="right">密码:</div></td>
<td width="81%">
<input type="password" name="password" size=15>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="73"><table width="100%" border="0">
<tr>
<td width="19%" height="36"><div align="right">电子邮箱:</div></td>
<td width="81%">
<input type="text" name="email" size=15>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="63"><table width="100%" border="0">
<tr>
<td width="19%" height="40"><div align="right">家庭住址:</div></td>
<td width="81%">
<input type="text" name="address" size=15>
</td>
</tr>
</table> </td>
</tr>
<tr>
<td height="71"><table width="100%" border="0">
<tr>
<td width="19%" height="41"><div align="right">就读院系:</div></td>
<td width="81%">
<input type="text" name="yuanxi" size=15>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="70"><table width="100%" border="0">
<tr>
<td width="21%" height="39"><div align="right">个人爱好:</div></td>
<td width="79%">
<input type="checkbox" name="tiaowu" value="跳舞">
跳舞
<input type="checkbox" name="changge" value="唱歌">
唱歌
<input type="checkbox" name="dapai" value="打牌">
打牌
<input type="checkbox" name="yuedu" value="阅读">
阅读
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="76"><table width="100%" border="0">
<tr>
<td width="22%" height="35"><div align="right">性别:</div></td>
<td width="78%">
<select name="sex">
<option>男</option>
<option>女</option>
</select>
血型
<input type="radio" name="a" value="A">
A
<input type="radio" name="a" value="B">
B
<input type="radio" name="a" value="AB">
AB
<input type="radio" name="a" value="O">
O
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="60"><table width="100%" border="0">
<tr>
<td width="32%" height="32">
<input type="submit" name="Submit" value="提交">
</form> </td>
<td width="68%"> </td>
</tr>
</table></td>
</tr>
</table>
<p> </p></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?