<a href="javascript:document.F.ClickField.checked = true; /*ClickTest();*/FireEvent(document.F.ClickField, 'click');">Click</a>
The first bit is setting the checkbox ticked and then in the FireEvent you are sending the onclick which is unticking the box.ASKER
ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
ASKER
However, the checkbox is still "false" even then, using IE. Strange?