xajax and radio buttons

by prettyscripts on 2008-10-24 10:28:53 • Leave a comment »

htmlxajax

to display a group of choices to select-only-one as radio buttons, the name and id parameters must be the same for all <input>. the html code: <input type="radio" name="option" id="option" value="1" onclick="xajax_click(this.value);" checke… more »

Tags: form, radio button, xajax