Make my own pop up for my website blogspot wordpress

Q) I want to redirect my every link click to my other website as a pop up popop opening in new window how should I do it. It will increase my ranking of other website as some user may click any link and they will enter in my other website also.

here is a code for your website blog or wordpress  to make own popop redirecting to your other website.

1) go to layout --> design --> add a gadget --> select html/java --> paste the below code

replace the green  link with  your website link

<script type="text/javascript">
document.body.onclick= function(){
window.open('http://engineeringfourum.blogspot.com', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50');
}</script>

For website paste any were inside the templete code
you are done ...for any other question please ask in the comment box.

No comments:

Post a Comment

its cool