How To, Javascript Pop Under Not Popping In The Background
i have this simple script of a popunder window: function loadpopunder(){ win2=window.open(popunder,'',winfeatures) win2.blur() window.focus() } It works but it looks like the new
Solution 1:
Please reconsider your choice. There are about zero people that enjoy pop-unders.
For the sake of answering your question, here is what's considered a better way: http://icant.co.uk/articles/how-to-create-popunders/
Post a Comment for "How To, Javascript Pop Under Not Popping In The Background"