Click to See Complete Forum and Search --> : radio fields


amrigo
07-22-2004, 02:01 PM
Hi!

How can i check if the a radio field was clicked?
document.form.radio.value==1

onClick="verify_radio()"

???
thank´s in advance

David Harrison
07-22-2004, 02:34 PM
onclick="alert(this.checked);"If it's checked it will alert "true" if not "false".