changed check box checked attribute not recognised
Posted: Sun Jul 31, 2011 4:07 am
If I change the checked attribute of a checkbox with JavaScript, the check box on the screen shows the change, but on return to the program, the change is not recognized - it still sees that checkbox as whatever state it was when the screen was rendered.
i am using the following js
i am using the following js
Code: Select all
getObj("Checkbox1").checked = !getObj("Checkbox1").checked;