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

Reply via email to