Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open browser window command

Status
Not open for further replies.

Jeremy74

IS-IT--Management
Nov 21, 2001
56
GB
I have a website built in Coldfusion. This is a site that opens in a window without scrollbars etc. I am trying to add a text link in the site that opens another browser window using the built in open browser window behaviour. I can't get the original window to stay on the home page when I click the new link I have made. I am putting the"#" sign in the link box but it does not work. This is very frustrating as it must be something simple.

Cheers

Jeremy
 
I use a javascript one.

<a href=# onclick=MyWindow=window.open(' return false;><img src=&quot;../Graphics/picture.jpg&quot; width=&quot;75&quot; height=&quot;20&quot; border=0 alt=Awards></a> &quot;Damn the torpedoes, full speed ahead!&quot;

-Adm. James Farragut

Stuart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top