Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: Check Boxes and Radio Buttons

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.