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.

Popup window is very usefull for any important page show to viewers.


Click Below for help with Screen Shots.


Follow My Steps :
  • Login in your Blogger Account
  • Go to Design>Page Element
  • Click to Add a Gadget
  • Select HTML/Javascript Widget
  • Copy The Below code and paste in HTML/Javascripts 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>


Note 1 : 'your web address' Replace with your web url.

Note 2 : width=650, height=650, You Can Customize Window Size.


  • Now Save Your Template your popup window is ready.