I am looking for a simple popunder html code that opens a new window in the background without disturbing the visitor while on my site.
So you want to piss off people visiting your site WHY exactly?!? Much less any GOOD browser (FF, Opera prior to the steaming pile of **** known as 15) blocks that garbage?
<script language="javascript"> <!-- tpop = 1; function pop() { if (tpop == 1) { twin = window.open("pop.htm" width=800,height=600,toolbar=1,scrollbars=1,status=1,resizable=1"); twin.blur(); } } // --> </script>
i try your above script .But did Not work for me ...can u give me Live URl ( working page ) it can be help Full for me ..