Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: Check Boxes and Radio Buttons, January 12, 2002 at 03:48:37:

You are here: irt.org | About | Feedback | 3482 [ previous next ]

Feedback on:
Check Boxes and Radio Buttons

Sent by
Ang Talunin on January 12, 2002 at 03:48:37:

Worth:
Very worth reading

Comments:
Hey,
Nice site, learned a lot, but i've got a little thing:
You say it is very difficult to reset a radiobutton. Well it isn't that hard. Just use this:
if (eval("document.Form.radiogroup[x].checked") == true){
document.Form.radiogroup[x].checked = !document.Form.radiogroup[x].checked;

so by using the !-- you can change the value from true to false and vice versa


Other feedback on 'Check Boxes and Radio Buttons' - show all

©2018 Martin Webb