PDA

Click to See Complete Forum and Search --> : Radio Button Forms behaviors


resdog
06-11-2007, 07:17 PM
So I have a form setup with some radio buttons (two options), with the first one defaulted to "checked". When someone goes to the page and chooses the second option, then reloads once, it resets, but if they choose the second option and then resets a second time, the second option stays checked. I would like for whenever the site loads or reloads the first option is checked. The reason being is I have a javascript function being called that references the first option, and if they reload it on the second option, the first option is still "selected" via javascript, although not on the interface:

http://www.1000trails.com/e_news/PRSland/ju0707/index.htm

Thanks in advanced for any help!

resdog
06-12-2007, 07:57 PM
problem solved.