javascript open new window

ecp85 / 2009-10-02 10:30:47   

Anyone know how I can use the javascript window open method for a text link? Finding it difficult without access to the header section. (or I don't know how to access the appropriate header section...) This is for the top and bottom part of the nav where u can do external links.
Thanks

Vaska A / 2009-10-02 10:32:30   

Just add a " target='_new' " to those links.

ecp85 / 2009-10-02 10:40:39   

Sorry, forgot to say why I needed js. I wanted to specify attributes such as window size, etc.
Thanks.

Vaska A / 2009-10-02 10:52:43   

There are billions of scripts for this kind of thing on the greater web.

ecp85 / 2009-10-06 10:46:52   

I've found plenty of scripts, however they all require placement of a window open function in the header.The only window open scripts that don't specify placing something in the header are onclick ones that use a form button. I just need a text link.

Vaska A / 2009-10-06 11:12:22   

I already showed you above how to do that.

This thread has been closed, thank you.