Try this now. This is very simple trick.
Step 1
First login to blogger dashboard and go to Layout.
Step 2
Now click add gadget and choose HTML/Java Script.
Step 3
Now copy and paste below code into HTML/Java Script.
<form name="redirect"> <center> <font face="Arial"><b>You will be redirected to the script in<br><br> <form> <input type="text" size="3" name="redirect2"> </form> seconds</b></font> </center> <script> var targetURL="http://www.myetricks.com/" var countdownfrom=10 var currentsecond=document.redirect.redirect2.value=countdownfrom+1 function countredirect(){ if (currentsecond!=1){ currentsecond-=1 document.redirect.redirect2.value=currentsecond } else{ window.location=targetURL return } setTimeout("countredirect()",1000) } countredirect() //--> </script>
Step 4
Replace the Red url with your new blog address you want to redirect visitors.
Replace the Blue number with any other number to set time to redirect new address.
Now save this gadget.
If you have any question please ask in the comment form.
Thank you for the sharing this trick
ReplyDeletethis very great trick
awesome my e-tricks