![]() |
| MAIN |
![]() |
| HTML HELP & TIPS |
![]() |
| Copyright Chris-e-J-NET 2002. All rights reserved. |
| 1 // How to make a URL link open into a new window. |
![]() |
| Ever wondered how links load up pages onto a new window?? Well here's how....You simply add in TARGET="_BLANK" after the target URL for your link. This is shown below where you replace the YOURPAGE.HTML with your target page and the TEXT HERE with the text you want to appear on the page for the link to your target page. |
| For website links, you simply replace the YOURPAGE.HTML with HTTP://WWW.THESITE.COM. The HTTP:// is vital, else the link will search for the target in your website directory and visitors to your site won't be able to reach the desired location. I have shown an example of this below where I have used my site as the desired target. |
| If you need any more information, don't hesitate to email me on- [email protected] |