amethystct
Programmer
I have a checkbox. Onclick it opens a new page. I don't want the field to stay checked though. I was going to reset the form using the name but I don't have it. The name is set to the index value of the row I'm showing.
<TD ALIGN="CENTER"><INPUT TYPE="checkbox" NAME="param:index" VALUE="moreInfo" onClick="showInfo(this);"></TD>
How do I reset this checkbox to unchecked in the function?
Thanks!
<TD ALIGN="CENTER"><INPUT TYPE="checkbox" NAME="param:index" VALUE="moreInfo" onClick="showInfo(this);"></TD>
How do I reset this checkbox to unchecked in the function?
Thanks!