Basically I am trying to define a value within my script and have it select the appropriate radio button..
EXAMPLE:
to do this with a text field document.theFormName.textField.value = "My data";
to do this with a selected index field document.theFormName.textField.selectedIndex = 1;
Just don't know how to accomplish this with a radio..
Can anyone help?
N-
EXAMPLE:
to do this with a text field document.theFormName.textField.value = "My data";
to do this with a selected index field document.theFormName.textField.selectedIndex = 1;
Just don't know how to accomplish this with a radio..
Can anyone help?
N-