| |||||||||||||||
| i have a radio button switch on the fwx. when a button is clicked and the form is refreshed it clears the radio selection the user chose....anyways... what im trying to do is set the value of the radio button with a variable. llike this.... (this.form.radio1.value = xvar). im able to use a (request.form) to get the values of form objects but im looking for a (send.form) to set the values of form objects. whats the best way to populate values on a form. |