Monday, July 23, 2007

Tips: Code for "Open A New Window" on Hyperlinks

Here's tip on when a hyperlink is cliked it will open to a new window instead of leaving your site. This might be useful since your visitor will no longer have to leave your site when they click a link. Your site's imposing presence will remain thus leaving a lasting impression.

Original blogspot code for hyperlinks:

http://friendlynet.blogspot.com/

href="http://friendlynet.blogspot.com/">http://friendlynet.blogspot.com/


Code for Open New Window

http://friendlynet.blogspot.com/

href="http://friendlynet.blogspot.com/"target="_blank">http://friendlynet.blogspot.com/

I have highlighted what has been added to the modified code. This post looks bad but its because I want you to be able to copy the code. Give it try.

No comments: