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.
1. Log in to your Blogger account
6. Now save your Template your popup window is ready
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
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>
|
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
No comments:
Post a Comment