I'm getting this error whenever I open my page, Error : 'bak_up' is undefined Code 0. what am I missing?
Wait for scripts, body, document, links etc to load. Start with <body onload="fct()"> or when you are advanced <body> <script language="javascript> function fct(){ if(document.readyState == "complete") alert("now everything on board") } document.onreadystatechange=fct </script> </body> The difference is like having a Hamburger in the one hand that stears the car while seeking a radio channel with the other hand trying to impress a customer. versus Sitting down at a dinner table, listening to the music and being served when fhe food it is ready, before you are even opening your mouth. Got it ? I doubt it ! "majed" wrote in message news:61283DDC-3552-47E5-9F8E-0AC7BA25A0E1@microsoft.com... > I'm getting this error whenever I open my page, Error : 'bak_up' is undefined > Code 0. > > what am I missing?