View Single Post
Old 08-26-2008, 01:18 PM  
HomerSimpson
Too lazy to set a custom title
 
HomerSimpson's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Springfield
Posts: 13,826
1. do nothing (it acutally converts on some of my blogs but not at all)
2. redirect it
3. kill frame (so user can't go back to google and he stays on your site with code below)

Code:
<script type="text/javascript">
setTimeout('brakef()', 1500);
function brakef() {
  if (window.top!=window.self) {
    window.top.location=self.location;
  }
}
</script>
the timeout settings is set to 1500 and thats 1,5 seconds (it's in milliseconds so 1000 is = 1s)
__________________
Make a bank with Chaturbate - the best selling webcam program
Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:
HomerSimpson is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote