fireEvent on a chekbox

J

josh

Hi,

when I try to make:

var evt = document.createEventObject();
evt.button=1;
evt.cancelBubble=false;

document.getElementById("cb").fireEvent("onclick", evt);

the check box don't change in "checked state"

the same code (with Mozilla functions: initEvent, dispatchEvent) make
the job ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top