How to Make A Popup Page on Blogger or Wordpress
If you would like to create a new browser window should be the authority of the user. do not try to pop up new windows. However, I still left this special code for popup a new window in case you need to use. This code can be used in HTML text area. Just copy below code and paste in sidebar HTML/Javascript text area. Then the free pop up blocker will work.
This is a simple of Popup Page on Blogger or Wordpress
<script type="text/javascript">document.body.onclick= function(){window.open('ADD YOUR URL HERE', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=700, height=700, left = 300, top = 50');}</script>
Place URL instead of the "ADD YOUR URL HERE" it will pop up. Change the width and height which in red (700).