Closed Thread Icon

Topic awaiting preservation: Automatic Radio Buttons (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12721" title="Pages that link to Topic awaiting preservation: Automatic Radio Buttons (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Automatic Radio Buttons <span class="small">(Page 1 of 1)</span>\

 
idletune
Obsessive-Compulsive (I) Inmate

From:
Insane since: May 2003

posted posted 05-08-2003 09:08

I'm actually trying to set something up so that when a radio button is checked it automatically sets the new variable instead of having to press a submit button.
Also, i'd like it to refresh the page with the new set variable.

Is this possible?



[This message has been edited by idletune (edited 05-08-2003).]

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 05-08-2003 11:12

you could of course use javascript to do a post when the button is set... but the page would have to be reloaded every time... other variant would be using a hidden frame, and refreshing that.

not easily.

Bueromuenchen
Bipolar (III) Inmate

From: San Jose, CA
Insane since: Nov 2000

posted posted 05-08-2003 11:49

you said:
>> instead of having to press

just insert

<INPUT TYPE="Radio" NAME="group_name" VALUE="its_value" onChange="this.form.submit()">



« BackwardsOnwards »

Show Forum Drop Down Menu