Open Web Page in a new window

The following HTML code will enable you to open a web page in a new window:


A HREF="http://www.yourdomain.com" TARGET="_blank"


If you're linking to a lot of other web sites within your web page and would like to open all of your links in a new window, this HTML code is for you.

The following HTML code will enable you to open all of your links in a new window. Place this code between your HEAD tag within your HTML:

base target="main"

Post a Comment

Previous Post Next Post