how to make a site open in another window?
Posted on 02. Sep, 2010 by Toy Expert in Deluxe train set
Hello can some one help me I want to open a site from another site this html opens it in the same window, not what I want. thank you
href="http://www.elc.co.uk/toy-41147"> <img src="http://www.kidsgoape.com/images/Wooden_Train.jpg" alt="Chunky Train" width="141" height="141" border="0" onClick"MM_openBrWindow(‘http://www.elc.co.uk/content/img/product/113407_target="_blank’,”,”)"target="_blank">

Ghandi Altez
02. Sep, 2010
I’m going to write the code for a link to google that opens in a new window.
<a href="http://www.google.com" target="_blank">Go to google!</a>
The extra code is target="_blank"
nicsgirlus
02. Sep, 2010
after your website put target=blank>
http://whateversite.com" target=blank>
fisticuffs
02. Sep, 2010
right click the link and choose "open link in new window", or if you want a new tab (firefox, I.E. 7), just choose "open link in new tab". Enjoy!
Nevaeh
02. Sep, 2010
Right click the link and choose Open in New Window
or
Copy (highlight the link and press CTRL+C) and paste(click inside your browser and press CTRL+V) the link into your browser and press enter.
immygrant
02. Sep, 2010
Set the Target parameter of an href to ="_blank"…
Target="_blank"