张
张剑波
Unregistered / Unconfirmed
GUEST, unregistred user!
代码如下:
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<form action="123.exe" method=post>
<input type=checkbox name=水果1>桃子<p>
<input type=checkbox name=水果2>西瓜<p>
<input type=checkbox name=水果3>大枣<p>
<input type=submit><input type=reset>
</form>
</body>
</html>
——————————————————————————
简单吧!
我的问题是这样的:
当用户按下submit时(或者你另加的其他按钮),不通过后台服务器(“123.exe")
,就在客户网页上立即显示出你选择了些什么?
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<form action="123.exe" method=post>
<input type=checkbox name=水果1>桃子<p>
<input type=checkbox name=水果2>西瓜<p>
<input type=checkbox name=水果3>大枣<p>
<input type=submit><input type=reset>
</form>
</body>
</html>
——————————————————————————
简单吧!
我的问题是这样的:
当用户按下submit时(或者你另加的其他按钮),不通过后台服务器(“123.exe")
,就在客户网页上立即显示出你选择了些什么?