I am pretty new to JavaScript, and I am sure my questions are pretty basic. Can I have more than one function on onLoad and if so, how do I do it? My body tag looks like this:
<BODY BGCOLOR=#000000 ONLOAD="preloadImages();">
I want to add:
onLoad="redirect"
Also, if...