javascript 如何实现 按钮点击后变灰色
展开全部
<html>
<head>
<script language="javascript">
function clk() //定义function函数
{
if(window.document.form1.button.click){
window.document.form1.button.disabled=true;
return;
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form name="form1" method="post" action="">
<input name="button" type="button" onClick="clk()" value="提交">
</form>
</body>
</html>
<head>
<script language="javascript">
function clk() //定义function函数
{
if(window.document.form1.button.click){
window.document.form1.button.disabled=true;
return;
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<form name="form1" method="post" action="">
<input name="button" type="button" onClick="clk()" value="提交">
</form>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你一分都没有,怎么给?》
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询