onLoad and onunLoad
The onLoad event occurs immediately after a page or and image is loaded.
syntax onLoad=”JavaScriptCode”
Support by the folowing HTML tags: <body>, <img>
Support by the folowing JavaScript object : body, image
Read the rest of this entry »
