Date:  10/11/2001 10:21:42 AM Msg ID:  000017
From:  mike hood Thread:  000017
Subject:  updating form info???
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.