Forum Moderators: open

Message Too Old, No Replies

open new window?

         

nfinland

10:03 am on Oct 25, 2003 (gmt 0)

10+ Year Member



Sorry to ask a simple question, but did not find an answer anywere (30 mini. surfing...)

How do I get this to open in a new window?

document.write("text here: <a href=http://www.mysite.com/>My site</a>");

korkus2000

1:49 pm on Oct 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The link or the document.write()?

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");

DrDoc

4:01 pm on Oct 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



or just use target="_blank" in your link...