I think that the time for this has passed. i installed and upgraded all of my browsers and this is the results:
IE 8.0.6001- no longer makes change in unfocused tab
Firefox 4.0.1- the same
Opera 11.11- the same, but the title bar and reload button flashes and spazzes out like something is looping, but being suppressed.
Google Chrome 12.0.742.91 - unfocused tab never responds.
I thought this was a great thing. I am sad to see it go. I have this on all of my main blogs, but due to the opera malfunction especially, I will have to go back and remove it.
Does anyone know if there is another way to implement it?
I HAVE FOUND ANOTHER WAY. SOLVED!!! (sorta)
While this might not have a time delay on it and might not seem as sneaky as the tab exploit, you can use a simple javascript trick to open more than on tab at a time in order to get an ad or some other content to come up with a click (and not have it rejected by a popup blocker). Here is an example of THREE links opening with one click.
Code:
<a href="http://yourwebsitechoice1.com/" target="_blank" onclick="window.open("http://yourwebsitechoice2.com/"); window.open("http://yourwebsityechoice3.com/");">your text to click on here</a>
Just use this sparingly, as multiple opening tabs can get annoying. Like I said, It is not as Pretty, but does work!
93