js 表单

1.	document.getElementById("控件ID").disabled=true;  不可编辑状态 , document.getElementById("控件ID").disabled=false; 可编辑状态
案例:第一种:
<html>
<head><title>点击按钮表单无法再编辑</title></head>
<body>
<form action="" method="POST">
	<input type="text" name="test" id="test"/>
	<input type="button" name="button" id="button" οnclick="form.test.disabled=true;" value="提交"/>
</form>
</body>
</html>
第二种:
<html>
<head><title>点击按钮表单无法再编辑</title>
<script>
function abc(){
	document.getElementById("demo1").disabled=true;
}
</script>
</head>
<body>
<form action="" method="POST">
	<input type="text" name="username" id="demo1"/>
	<input type="button" name="name" οnclick="abc('demo1')" value="register"/>
</form>
</body>
</html>
html 的  input标签readonly属性
<form action="form_action.asp" method="get">
  Name:<input type="text" name="email" />
  Country:<input type="text" name="country" value="China" readonly="readonly" />
  <input type="submit" value="Submit" />
</form>
禁止和用户编辑和再编辑
<html>
<head><title>点击按钮表单禁止编辑和再编辑</title>


</head>
<body>
<form action="" method="POST">
<input type="text" name="name" id="name" />
<input type="checkbox" name= "" id="edit"  οnclick="test('name')" >
</form>
<script>
function test(){
//alert("123");
if(document.getElementById('edit').checked){
document.getElementById("name").disabled=true;
}else{
document.getElementById("name").disabled=false;
}
}
</script>
</body>
</html>
——————————————————————————————————————————
<!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>
<SCRIPT LANGUAGE="JavaScript">
<!--
   function setRowColor(oCheck)
   {
      var oTr = oCheck.parentNode.parentNode;
      //alert(oCheck.checked);
	  if (oCheck.checked)
	  {
	    
		 if (oTr)
		 {
		    oTr.style.backgroundColor='yellow';
		 }
	  }else
	  {
         if (oTr)
		 {
		    oTr.style.backgroundColor='white';
		 }
	  }
	
   }


   function init()
   {
      var oTable = document.getElementById("GridView1");
	  if (oTable)
	  {
	     var oTrs = oTable.getElementsByTagName("tr");
		 for(var i=1;i<oTrs.length;i++)
		 {
		     oTrs[i].οnmοuseοver=function(){
			    this.style.backgroundColor='yellow';
			 }
			 oTrs[i].οnmοuseοut=function(){
			    this.style.backgroundColor='white';
			 }
		 }
	  }
   }
//-->
</SCRIPT>


</head>
<body οnlοad="init()">
    <form name="form1" method="post" action="Default.aspx" id="form1">
<div>


<div>


	<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
</div>
    <div>
    
        <div>
	<table cellspacing="0" cellpadding="4" rules="all" border="1" id="GridView1" style="background-color:White;border-color:#CC9966;border-width:1px;border-style:None;border-collapse:collapse;">
		<tr style="color:#FFFFCC;background-color:#990000;font-weight:bold;">
			<th scope="col">
                        <input ID="chkAll" type="checkbox" />
                    </th><th scope="col">Au_Id</th><th scope="col">Au_Lname</th><th scope="col">Au_Fname</th><th scope="col">Phone</th><th scope="col">Addr</th><th scope="col">City</th><th scope="col">State</th><th scope="col">Zip</th>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox" οnclick="setRowColor(this)" />
                    </td><td>341-22-1782</td><td>ddddd</td><td>Meander</td><td>913 843-0462</td><td>10 Mississippi Dr.</td><td>Lawrence</td><td>KS</td><td>66044</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"  οnclick="setRowColor(this)"/>
                    </td><td>472-27-2349</td><td>Gringlesby</td><td>Burt</td><td>707 938-6445</td><td>PO Box 792</td><td>Covelo</td><td>CA</td><td>95428</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"  οnclick="setRowColor(this)" />
                    </td><td>486-29-1786</td><td>Locksley</td><td>Charlene</td><td>415 585-4620</td><td>18 Broadway Av.</td><td>San Francisco</td><td>CA</td><td>94130</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"   οnclick="setRowColor(this)"/>
                    </td><td>672-71-3249</td><td>fff</td><td>eee</td><td>11111       </td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"   οnclick="setRowColor(this)"/>
                    </td><td>dfdf</td><td>dff</td><td>bbb</td><td>11111       </td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"  οnclick="setRowColor(this)" />
                    </td><td>ddd</td><td>fff</td><td>dffd</td><td>11111       </td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"  οnclick="setRowColor(this)" />
                    </td><td>dfdf</td><td>dfdfd</td><td>dffdf</td><td>11111       </td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"  οnclick="setRowColor(this)" />
                    </td><td>aaaaaaaa</td><td>aaaa</td><td>fddfd</td><td>11111       </td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
		</tr><tr style="color:#330099;background-color:White;">
			<td>
                        <input ID="chkID" type="checkbox"  οnclick="setRowColor(this)"/>
                    </td><td>cccccc</td><td>ffff</td><td>rrr</td><td>11111       </td><td>gggg</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
		</tr>
	</table>
</div>
        
    
    </div>
    </form>
</body>
</html>



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值