3
edits
Changes
m
→Check Boxes
* Use '''this''' instead of '''this.value'''
* ''''Yes;Cancel'''' - values delimited by semi-colon
'''Example:'''
* Using a select many check box, but allowing only one value to be selected and controlling the showhideheader if the value is '''equal''' to Yes:
onclick="onlyonechecked(this); _showhideheader(123456,this.value=='Yes')"
==Notes==