You can do this without putting the script tags after the closing html and
body tag, as long as they appear after your preloading code it works. I had
to bootstrap the dynapi.js in the head of the document for this to work in
Netscape 6, but I've otherwise had no problems.

> > <body>
> > Some preloading message and othr html
> > </body>
> > </html>
> > <scripr src=dynapi.js>
> > <script>
> > DynAPI.onload = function() {
> >     bla
> > }
> > </script>
> >
> > and my HTML was shown before all of the DYnAPI started loading,
> > providing a
> > way of having a simple preloading text.
>
>
> You may be able to do that but that is by no stretch of the imagination
> good HTML.  Older browsers may not care about things like having well
> formed HTML but when browsers start to become more picky about the HTML
> due to XML don't count on that HTML rendering correctly.  I would prefer
> having the eval() used because it doesn't strangle the browser while
> everything is loading.
>
> Andy
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev


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

Reply via email to