Is it possible to put a radio button in a form that is checked when loaded, and is hidden.
I want to hide the following button and have it checked by default.
Any help is much appreciated
Thanks
jlawler
I want to hide the following button and have it checked by default.
Code:
<input type="radio" name="lc_category" value="<%= productCategory.getCategoryPK() %>" onClick="javascript: setOnChangeAction('selectqq', 'lc_type<%= productCategory.getCategoryPK() %>', 'lc_category', '<%= productCategory.getCategoryPK() %>', <%= arrayIdName + "[" +selectedIndexCode+"]" %>);" style="background : #ccccff" >
Any help is much appreciated
Thanks
jlawler