Open link in a New Window.
There are occasions when you'd like to open link in a New Window. Perhaps you'd like to provide more information to your visitor by linking to an outside source or it's one of those occasions when you are promoting a given service or product but you'd like to achieve this without completely loosing your customer.
You can achieve this by letting the link to open in a new window and by the time your visitor closes that link, your web page will be at the background enabling your visitor to continue surfing if they so choose.
Here is the relevant HTML code to use :
| <A
HREF="http://www.yourdomain.com"
TARGET="_blank">Your Text</a> |
Edit the text
in red and add TARGET="_blank" to your link code.
Example:
This is how it will look like
Just remember to edit the text in red and customize it to suite your needs.
Close Open link In A New Window and return to more Html JavaScript examples

|