dcorbett
11-05-2002, 02:24 PM
This is probably a well-known problem, but how do I write javascript into a page? I've tried this:
document.writeln("<SCRIPT LANGUAGE = JavaScript>");
document.writeln("</SCRIPT>");
but it seems to interpret the last line as </SCRIPT> and stops the current script!
Thanks!
document.writeln("<SCRIPT LANGUAGE = JavaScript>");
document.writeln("</SCRIPT>");
but it seems to interpret the last line as </SCRIPT> and stops the current script!
Thanks!