读书人

表单点击交付按钮后变成灰色不可再次点

发布时间: 2012-10-27 10:42:26 作者: rapoo

表单点击提交按钮后变成灰色不可再次点击

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效代码|pqshow.com|---表单点击提交按钮后变成灰色不可再次点击</title>
</head>

<body>

<form name=form1 method="POST" action="http://www.baidu.com" target=_blank>
?<p><input type="text" name="T1" size="20"><input type="button" value="提交" onclick="javascript:{this.disabled=true;document.form1.submit();}">
<input type="reset" value="重置" name="B2"></p>
</form>

</body>

</html>
本文来自: http://www.pqshow.com/script/anniutexiao/5383.html

读书人网 >Web前端

热点推荐