How to make URL shortcut open in new brower windows

  • Thread starter Thread starter Simon
  • Start date Start date
If you are on a web page, just right-click on the link
and select "Open in New Window"

If you mean how to write a web page that does it, include
a target section in the href tag. So if you wanted to
create a link to microsoft that opened in a new window,
make a link like this

<a href = "http://www.microsoft.com" target = "_new">Go
to Microsoft's site</a>

Beverley
 
Back
Top