Follow these Steps to get popup window to your blog Page.
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 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