Friday, 24 July 2015

How to open a link in new popup window

How to open a link in new popup window



Hello friends I have received many mail from our viewers they want to know how to open a link in new popup window.

Use some time we want show a page in new popup window for some different type information like Description, Impotent note and etc.

Benefited- By using this you can create a link that will be open in new popup window and it’s attracting the viewers.
 
How to Create Popup link..-
Below given some html code you can edit below code for create you link.

<a href="http://www.allbloggertips.com"onclick="window.open
('http://www.allbloggertips.com','popup','width=500,height=500,left=0,top=0'); return false">ABT Home</a>


Note- Replace http://www.allbloggertips.com (You find this in Blue color.)
Replace ABT Home with your link name. (You find this in Red color)

Previous Page Next Page Home

Popular Posts