How you can redirect the blogger on another site
https://tecplatform.blogspot.com/2012/04/how-you-can-redirect-blogger-on-another_21.html
- Log in to Blogger and go to the design element on page >>
- Click Add Another gadget and select "HTML / JavaScript"
- The third Paste the code below
<form name="redirect">
<center>
<font face="Arial"><b>Your site will redirect within<br><br>
<form>
<input type="text" size="3" name="redirect2">
</form>
seconds</b></font>
</center>
<script>
var targetURL="http://www.TOPHACKINGTIPS.BLOGSPOT.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>
- The fourth in the Replace var with a URL redirect destination URL.Change the value of var, such as your own countdown. (Advertising Time)
- Fifth, click the Save button.
Hi there! Do you use Twitter? I'd like to follow you if that would be okay. I'm definitely enjoying your blog and look forward to new posts.
ReplyDeleteAppreciate it for helping out, excellent information.
ReplyDelete