How to retain the selected check box state after loading the page
843840Aug 10 2009 — edited Aug 11 2009Hi This Bond009, i have one problem in Jsp page. I have 2 check boxes in my form. I am checking the check box and click on submit button.How retain the selected check box value after reloading the page?
if i am checking the check box one and click refresh, previously checked checkbox got unchecked, how to make it still checked after refresh?.
Pls help me out
<html:checkbox name="FA_R3AEnrollFB" property="faAccType1" tabindex="1" onclick="javascript:fnAccType1()" value="Investment"></html:checkbox>
<html:checkbox name="FA_R3AEnrollFB" property="faAccType2" tabindex="1" onclick="javascript:fnAccType1()" value="Investment"></html:checkbox>