html-图片按钮,抓包---Shinepans


askLike.html


<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<head><title>表单</title>
	<body>
		<form action="logOk.html" method="get">
			你最喜欢哪些城市:
			<input type="checkbox" name="cities" value="wuhan">武汉
			<input type="checkbox" name="cities" value="shanghai">上海
			<input type="checkbox" name="cities" value="beijing">北京
			<input type="checkbox" name="cities" value="guangzhou">广州
			<br/>
			你的性别是:      
			<input type="radio" name="sex" value="male">男
			<input type="radio" name="sex" value="female">女
			<br/>
			隐藏域的使用
			<input type="hidden" name="data" value="ok">
			<input type="submit" value="测试"/>
			<br/>
			按钮的测试:
			<br/>
			<input type="image" src="image.jpg">
		</form>
	</body>
</html>


郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。