Forum Moderators: open

Message Too Old, No Replies

Radio Buttons

         

Andrew Thomas

12:04 pm on Nov 10, 2003 (gmt 0)

10+ Year Member



I need a script that when a radio button is selected, the submit button is pressed and the chosen radio button still remains selected - how can this be done?

thanks

DrDoc

4:15 pm on Nov 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can add something like this to each radio button:

onclick="this.form.submit()"