i think DynAPi is not supported by netscape 4.0
there is nothing to do with this
upgrade your testing to netscape 4.7x


----- Original Message ----- 
From: "Al Byers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 6:52 AM
Subject: [Dynapi-Help] onload called in IE, but not NS


> It seems like I have seen something on this, but I can't find it in the
> archives. The following code does not execute the "onload" handler
> during the load of the main window in NS4, but it does in IE5.0.
> 
> 
> DynAPI.onLoad=function() {
>      go_dynobj = new LoadPanel();
> 
>  ...
>         var el = new EventListener(go_dynobj);
>         el.onload = function(e) {
>           var targ = e.getTarget();
>            load_results();
>         }
>         go_dynobj.addEventListener(el);
> 
> Would someone be kind enough to explain how and why IE and NS work
> differently in this case?
> 
> Thanks,
> -Al
> --
> Al Byers
> Local Square, Inc.
> 826 N. Augusta St.
> Staunton, VA 24401
> 540.213.0500
> www.localsquare.com
> [EMAIL PROTECTED]
> 
> 
> 
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to