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 I have more than one thing I want to do in JS do add all of the code in one SCRIPT tag or should I add each separately?
Thanks for helping me with what I believe to be very basic questions.
Jeanne
<BODY BGCOLOR=#000000 ONLOAD="preloadImages();">
I want to add:
onLoad="redirect"
Also, if I have more than one thing I want to do in JS do add all of the code in one SCRIPT tag or should I add each separately?
Thanks for helping me with what I believe to be very basic questions.
Jeanne