Events Help
Page 1 of 1
Events Help
I am trying to make an event, so something can happen when I mouse-over a word. I saved the word in a variable with getelementbyid, but what is the code to make the event happen?thanks to anyone who answers.
Re: Events Help
Hi, I think the event you're looking for is onmouseover. Simply attach a handler to it, ideally a function that's triggered when the event occurs, like you would with any other event.I hope this helps. For a more specific answer to your problem, you could try posting your code here.
Page 1 of 1