Forum Moderators: open
I want to write the content of a frame via a script.
Also an external JavaScript should be reverenced.
(in IE it works - in Netscape it doesn't!)
Doing a
document.write("<SCRIPT src='ext.js' type='application/x-javascript'><\/SCRIPT>")
just does not appear!
even a
k.write("<SCR"+"IPT src='ext.js' type='application/x-javascript'><"+"\/SC"+"RIPT>")
is not shown!
Doing a
k.write("<SCRIP_ src='ext.js' type='application/x-javascript'><\/SCRIPT>")
the line is displayed - but of corse it does not work....
Any Idea?
regards
Andy