欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

js 表單提交后按鈕變灰的實例代碼

 更新時間:2013年08月16日 16:47:18   作者:  
這篇文章介紹了js 表單提交后按鈕變灰的實例代碼,有需要的朋友可以參考一下
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>表單提交后按鈕變灰</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代碼加到<body>與</body>之間-->
<form name="form1" method="post" action="http://www.dbjr.com.cn">
<input type="text" name="username" value="zzsky">
<input type="button" value="提交" onclick="<a href=http://www.dbjr.com.cn/js.html target=_blank >javascript</a>:{this.disabled=true;document.form1.submit();}">
</form>
</body>
</html>

相關(guān)文章

最新評論