Re: [Dynapi-Help] Dynamic loading of external code

2002-02-07 Thread Marek Najmajer
Thanks a lot, I'll try it tomorrow on IE4. But the problem is that my IE6 @ Win9X crashed deadly (demanding me to send bug msg to M$ guys), when entered elseif clause for is.ie the same as hereunder written: * else if (is.dom) { myscript.document.createElement('script'); myscript.src=srclib; myscr

RE: [Dynapi-Help] Dynamic loading of external code

2002-02-07 Thread martin ström
your ie-specific part is actually dom-code, but the ie-code will not work on ie4. try to write the

Re: [Dynapi-Help] Dynamic loading of external code

2002-02-07 Thread Marek Najmajer
rek Najmajer > Sent: den 7 februari 2002 13:22 > To: [EMAIL PROTECTED] > Subject: [Dynapi-Help] Dynamic loading of external code > > > Hi all, > I've prepared a script to add and launch functions from an > external JS file > in synchronous manner. > It's launched f

Re: [Dynapi-Help] Dynamic loading of external code

2002-02-07 Thread Raymond Irving
Hello, Synchronous loading of scripts can only be done using IE5,IE5.5 (and possibly in ie6). I've tried it with NS4 by creating a layer and then writing the

RE: [Dynapi-Help] Dynamic loading of external code

2002-02-07 Thread martin ström
roved. /martin harald martin ström www.burnfield.com www.pluxemburg.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Marek Najmajer > Sent: den 7 februari 2002 13:22 > To: [EMAIL PROTECTED] > Subje

[Dynapi-Help] Dynamic loading of external code

2002-02-07 Thread Marek Najmajer
Hi all, I've prepared a script to add and launch functions from an external JS file in synchronous manner. It's launched from an anchor on the page. (it's basing on some code from dynapi-dev list.) It works in IE5,IE5.5 very good. In NS4.7 it works once and crash sometimes when launched again. In