i have a script and it is set on the body onload propert to start the javascript running. the only problem about this is that it has to have ever image loaded before it will display the menu. so if my banner system is running slow it might take a bit to show the menu. is there a way to get the javascript to work without using the onload event?
quote: i have a script and it is set on the body onload propert to start the javascript running. the only problem about this is that it has to have ever image loaded before it will display the menu. so if my banner system is running slow it might take a bit to show the menu. is there a way to get the javascript to work without using the onload event?
Simple call it, at the end of the page. It will load after the page is load but not the image.
tilttek, sorry but im not that great with javascript. the body calls a javascript function called init(). how can i call this somewhere else on the page?