[Proto-Scripty] Issues selecting checkboxes in FF

2009-12-15 Thread smartcookie
Hey there: Does anyone know a good way to programmably select or click on a checkbox input in FF? I have tried : el.down('input').checked = 'checked'; and el.down('input').onclick(); In the first code, I can see the checkboxes being checked, but when I submit, my error validation alerts that

RE: [Proto-Scripty] Issues selecting checkboxes in FF

2009-12-15 Thread Topsoft Design Studio
-Scripty] Issues selecting checkboxes in FF Hey there: Does anyone know a good way to programmably select or click on a checkbox input in FF? I have tried : el.down('input').checked = 'checked'; and el.down('input').onclick(); In the first code, I can see the checkboxes being checked, but when I

RE: [Proto-Scripty] Issues selecting checkboxes in FF

2009-12-15 Thread Rick . Wellman
-scriptaculous@googlegroups.com [mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of smartcookie Sent: Tuesday, December 15, 2009 2:18 PM To: Prototype script.aculo.us Subject: [Proto-Scripty] Issues selecting checkboxes in FF Hey there: Does anyone know a good way to programmably select or click

Re: [Proto-Scripty] Issues selecting checkboxes in FF

2009-12-15 Thread Alex McAuley
-scriptaculous@googlegroups.com [mailto:prototype-scriptacul...@googlegroups.com] On Behalf Of smartcookie Sent: Tuesday, December 15, 2009 2:18 PM To: Prototype script.aculo.us Subject: [Proto-Scripty] Issues selecting checkboxes in FF Hey there: Does anyone know a good way to programmably