Does any one know a site where I can find some information about the HTML DOM and all the events that there are for the HTML DOM?
Printable View
Does any one know a site where I can find some information about the HTML DOM and all the events that there are for the HTML DOM?
hi,
check out this link from w3schools..
I apologize for the absurd amount of time it took for me to reply.
kishore.kr,
Thanks for that link. However I have been using W3Schools for most of that things that I know about the web for about a year now. As much as I appreciate that help, it is not what I am looking for.
What I am looking for is a list of all the events that can occur on a web page. Something along the lines of onclick, onmouseover, onload, etc...
I use this as a reference. It is M$, so I know that I can count on its accuracy.
http://msdn.microsoft.com/workshop/a...ence_entry.asp
Hey thanks for that dglienna. That's exactly what I was looking for. Thank you very much.