标题:差点打120了
取消只看楼主
为你导航
Rank: 1
等 级:新手上路
帖 子:41
专家分:0
注 册:2006-3-18
 问题点数:0 回复次数:0 
差点打120了

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body><table align=center><form name="form1" method="post" action="reg.asp">
姓名:
<input type="text" name="name">
<br>
密码:
<input type="password" name="psw">
<br>
<br>
性别:
<input type="radio" name="sex" value="男">

<input type="radio" name="sex" value="女">
女 <br>
<br>
城市:
<select name="city">
<option value="上海" selected>上海</option>
<option value="北京">北京</option>
</select>
<br>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</form></table>
</body>
</html>
下面是reg.asp
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<%

name=request.form("name")
psw=request.form("psw")
sex=request.form("sex")
city=request.form("city")
response.write name
response.write psw
response.write sex
response.write city
%>
</body>
</html>

搜索更多相关主题的帖子: content body 城市 姓名 
2007-09-19 22:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-171360-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.284008 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved