Re: [PHP] HTML & Java script doubt..

2002-07-04 Thread John Legg
e(n<i) { document.form1.OptionList[n].checked=true; n=n+1; } } Option 1 Option 2 Option 3 /This is error line Regards John - Original Message - From: "Balaji Ankem" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 12:04 PM Sub

[PHP] HTML & Java script doubt..

2002-07-04 Thread Balaji Ankem
Hi friend, sorry for putting this question to php-list. Here I am getting the error as "Object doesn't support this property or method" in line number 22. function checkall() { var n=0,i=document.form1.OptionList.length; while(n