0


Popup window is an extra window it's open in load on page or click on mouse and many other type now we will learn how to add click on mouse open popup window in blogger.

Pop up window is very use full for any important page show to viewers .

 Just follow below steps for add a popup window in your blogger 

1.     Log in to your Blogger account

2.     Go to Design > Page Elements

3.    Click Add a Gadget.

4.     Select HTML/JavaScript widget

5.     Copy the below code and past it in HTML/java script box.


--------------------------------------------------------------------------------------------------------------------------

<script type="text/javascript">

document.body.onclick= function(){

window.open('your web address', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50');
}</script>

--------------------------------------------------------------------------------------------------------------------------


  •  Your web address'  Replace this with your Web url (web address)

  • width=650, height=650  You can customize Window size.



6. Now save your Template your popup window is ready



Post a Comment

 
Top