Monday, February 15, 2010
How to Make Links open in a new Window
Posted on 11:45 AM by Mohamed Omar
You can use the HTML code on this page to force a link to open in a new window By the following method :
Adding target="_blank"
Example:
<a href="http://www.e-blogtricks.blogspot.com" target="_blank">
Blog Tricks </a>
The Result will be as:
Blog Tricks
Subscribe to:
Post Comments (Atom)
No Response to "How to Make Links open in a new Window"
Leave A Reply