[Javascript] Can someone help me.

Muchacho, Laurent (TWIi London) LMuchacho at twii.net
Thu Mar 7 04:52:05 CST 2002


Hi Scott

You got the box checked because you don't use the right value the box will
be checked if you do what you show us 
try to alert (document.myform.agentquota.checked) and you will see the
result will be false or true if you want to change that value use true or
false and not 'ON' or ''

Laurent 



-----Original Message-----
From: Scott.Wiseman [mailto:swiseman at remax-cahi.com]
Sent: 07 March 2002 03:13
To: 'javascript at LaTech.edu'
Subject: [Javascript] Can someone help me.



==================================================================
      document.myform.agentquota.checked			 ='ON';
	document.myform.confidential.checked		 ='ON';
	document.myform.daf.checked				 ='ON';
	document.myform.commercial.checked      	       ='ON';
	document.myform.resortprop.checked			 ='ON';
	document.myform.metro.checked				 ='ON';	
==================================================================
------Why does this have a checkbox in it-----
	document.myform.printonlabel.checked             ='';	
	document.myform.printonroster.checked            ='';		
==================================================================
_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list