Add popup window in blogger (100% Working, Tested)

Follow these Steps to get popup window to your blog Page.

1. Go to Design > Page Elements
2. Click Add a Gadget.
3. Select HTML/JavaScript widget
4. Copy the below code and past it in HTML/java script box.

CODE:

<script type="text/javascript">

document.body.onclick= function(){

window.open('http://itnews-solutions-tips.blogspot.com/', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50');
}</script>



Note 1. - your web address' Replace this with your Web url (web address)

Note 2.- width=650, height=650 You can customize Window size.


6. Now save your Template your popup window is ready

0 comments:

Post a Comment