Forum Moderators: open
How do I get this to open in a new window?
document.write("text here: <a href=http://www.mysite.com/>My site</a>");
To open a new window in Javascript you use this code:
window.open("Sample.htm", "name", "height=200, width=400, status=yes, toolbar=no, menubar=no, location=no");