<input type="radio" name="radioCheck" value="Check All" onClick="checkAll(document.myform.list)">Check All <input type="radio" name="radioCheck" value="Uncheck All" onClick="uncheckAll(document.myform.list)">Uncheck All <br> </form>
</BODY> </HTML>
Thanks
Related Pages:
multiboxes - Struts
multiboxes I have a program that has an array of multiboxes and 2 radio buttons(checkall & uncheckall)...
When i check 'checkall' all checkboxes are checked but when i click on uncheck it does nothing(The uncheck radio button