Home » questions » Java Script for pop under?

Java Script for pop under?

2006-08-08 07:52:34, Category: Programming & Design
I am looking for a java script for my website. The script should trigger 2 things. When the user clicks on "Click here" on the link 1. As normal, the click should take him to the desired page as he likes 2. It should also trigger for a pop-under as per the click. I want this script because most of the browsers are having pop-blockers and my pop-under is always getting blocked. So if a click is triggering a pop-under the pop-blockers cannot block it. Help me. I am refering to unblockable pop-up? Like the one Fastclick has?

Answers

  1. boris

    On 2006-08-08 08:33:37


    The pop-up blocker will still block it. It detects all links being open in new windows, regardless of whether or not a user clicked on them... Search for "popunder java script" and you will find the code. As for popup blockers, you cannot get around them - I suggest you put anything required in the popunder, on the mainpage somehow (if possible)