RSS Feed

December 20, 2010

Open Web Page In New Window

Open web page in new window is very important for those person that give the hyper link in your web site, free blog and posts.


When a online Visitor reading your post and in your post you gave a hyper link that linked to another site or another post opened by the visitor then web site or post open in the same window which create a bad effect on the visitor.


Due to this bad effect visitors leave the current post that he was reading and new post or web page open in front of him, so the coordination between the post did not come.


If you want to make your blog or post value able then create your links like that when a visitor click on that URL , web page or post open in new window. Here is simple code which you write in your link then it will work.





  • Open your blogger dashboard click on Posting tab and click the New Post sub tab of Posting tab. 
  • Write your words(e.g that you want to write like web site name or  post name).
  • Select them and click the add or remove link button
  • Click the Edit HTML tab Near the compose tab
  • In Edit HTML tab you will see your link in the form of HTML Code
Example: 


Open in same window link will automatically generated.
like this:(You will see this link in Edit HTML Tab not in compose Tab)


<a href="http://google.com">this link opens in new window...</a>


If you open your link in new window just increase this word (target="_blank) in HTML code end of the URL that you gives.


<a href="http://google.com" target="_blank">this link opens in new window...</a>


Now publish your post and click on view blog tab and click the link that you give in your post HURRAH  your post will open in new window.


 For More Clarification See my Video Tutorial



2 comments:

Unknown said...

GOOD INFO

Ajmal said...

thanks Rehman.

INSHA ALLAH you will find more good information in this blog. your feed back is very important for my encouragement.

Post a Comment