Using Javascript To UnCheck A Checkbox
577449Feb 24 2009 — edited Feb 24 2009Hi,
I have a select list with two options in. When one of them is selected I have two checkboxes that I want hiding and setting to unselected. I can hide and show them fine using *$x_HideItemRow* and *$x_ShowItemRow*, but when I hide them I want the setting as unselected.
Have tried using html_GetElement(pThat).checked = false; but when the items are displayed again they are still displayed as selected.
Can anyone show me how to uncheck a checkbox using javascript?
Cheers
Simon