simu
25.04.2002, 13:15
hi all,
I finally fixed the problem Mozilla had with my page (www.endlessx.com).
But I still have a problem with NN6.1+, it seems that the js-file I dynamicly add in my behaviour.js-file doesn't even get opened.
here's the code:
<pre id=code><font face=courier size=2 id=code>
var scr1=document.createElement( 'script' );
scr1.setAttribute( 'type' , 'text/javascript' );
scr1.setAttribute( 'src' , 'elm_creating.js' );
document.getElementsByTagName( 'body' )[ 0 ].appendChild( scr1 );
</font id=code></pre id=code>
is this a bug or what?!
or does somebody know a fix? not a hacked one if possible
Edit: thanks in advance :)
~ <font color=orange>Simon Käser</font id=orange>
~ [url:zh2jyo7igl]mailto:admin@endlessX.com[/url:zh2jyo7igl]
~ [url:zh2jyo7igl]http://www.endlessX.com[/url:zh2jyo7igl] coming soon
Edited by - simu on 25 Apr 2002 18:16:22
I finally fixed the problem Mozilla had with my page (www.endlessx.com).
But I still have a problem with NN6.1+, it seems that the js-file I dynamicly add in my behaviour.js-file doesn't even get opened.
here's the code:
<pre id=code><font face=courier size=2 id=code>
var scr1=document.createElement( 'script' );
scr1.setAttribute( 'type' , 'text/javascript' );
scr1.setAttribute( 'src' , 'elm_creating.js' );
document.getElementsByTagName( 'body' )[ 0 ].appendChild( scr1 );
</font id=code></pre id=code>
is this a bug or what?!
or does somebody know a fix? not a hacked one if possible
Edit: thanks in advance :)
~ <font color=orange>Simon Käser</font id=orange>
~ [url:zh2jyo7igl]mailto:admin@endlessX.com[/url:zh2jyo7igl]
~ [url:zh2jyo7igl]http://www.endlessX.com[/url:zh2jyo7igl] coming soon
Edited by - simu on 25 Apr 2002 18:16:22