> am having a problem loading external js files in ie using document.write()
> the following code works fine in netscape however, and as far as i can tell
> is the same code used by DynAPI.include():
>
> document.write('<SCRIPT language="Javascript1.2"
> src="externalJsFile.js"><\/SCRIPT>')
I don't know the context of that line, but here is my wild guess:
In the Netscape implementation, version 1.2 of the language differs
in some noticeable ways from all other Netscape versions.
You should NOT use "Javascript1.2" for loading external scripts, it is
a relict of times where you had to prevent Netscape 3 from loading a
script...
For some interesting details look at:
http://bugzilla.mozilla.org/show_bug.cgi?id=86166
Stephan
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help