Hello,
I am having problems with users clicking on links before everything has loaded. This causes a problems if the link refers to a form that has not been printed out yet and cause a javascript error.
What I want to know is, if I set somthing to fire onload for the body ' <body onload="allowClicks()"> ' will that fire only when the entire page has been printed out? If not, then what object will fire the onload event only when the entire page has loaded? I mean even external elements like js files.
thanks
I am having problems with users clicking on links before everything has loaded. This causes a problems if the link refers to a form that has not been printed out yet and cause a javascript error.
What I want to know is, if I set somthing to fire onload for the body ' <body onload="allowClicks()"> ' will that fire only when the entire page has been printed out? If not, then what object will fire the onload event only when the entire page has loaded? I mean even external elements like js files.
thanks