Javascript - set success for an object
I'm trying to set success for a clickbox based on a mouse event using javascript, but can't find anywhere in the API documentation that says that might be possible.
Reading up as much as I can, I'm thinking something like this might work...
document.getElementById(“Click1”).addEventListener(“mouseover”, ..........);
where the ........ is something that sets click 1 to success, and does whatever the success option is for that clickbox.
Any pointers would be appreciated. Thanks!
