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.
Note- Replace http://www.allbloggertips.com (You find this in Blue color.)
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.)