my elements are named differently.
the first checkbox for example is r_20, next is r_21, r_22, r_23, etc.

Will this work with that in mind?


On Wed, 17 Nov 2004 14:32:35 +0100, Micha Schopman
<[EMAIL PROTECTED]> wrote:
> This line should be different.. made a typo
> 
> if(document.forms['formname'].elements['elementname'][i]){
> 
> Must be
> 
> if(document.forms['formname'].elements['elementname'][i].checked){
> 
> You are checking for the bool checked..
> 
> Micha Schopman
> Software Engineer
> 
> Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
> Tel 033-4535377, Fax 033-4535388
> KvK Amersfoort 39081679, Rabo 39.48.05.380
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184567
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to