Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Wed, 17 May 2006 13:17:02 -0700,    group: microsoft.public.inetsdk.programming.scripting.jscript        back       


I'm new to javascript   
I'm getting this error whenever I open my page, Error : 'bak_up' is undefined
Code 0.

what am I missing?
date: Wed, 17 May 2006 13:17:02 -0700   author:   majed

Re: I'm new to javascript   
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?
date: Fri, 19 May 2006 02:13:20 -0400   author:   asdf

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us