Home >
Paid Traffic Sources >
POP / PPV / Redirect
How Are they popping this on LI? (11)
11-07-2011 01:35 AM
#1
markl (Member)
How Are they popping this on LI?

How are they doing this? No hotbar disclaimer, tiny window no address bar...
Is this LI abusing their own system?
Pop leads to a coreg path.
11-07-2011 01:54 AM
#2
polarbacon (Moderator)
its just a entry pop......people cloak them on.....
11-08-2011 05:43 AM
#3
markl (Member)
Yeah but this appeared to spawn from the target and not the pop. (that's the actual target url behind that message box)
You can do that with an entry pop?
11-08-2011 11:01 AM
#4
mattias (Member)
sneaky. there is a way to do pretty much anything with programing, but I have no clue how they did that without a lander.
11-08-2011 11:06 AM
#5
tijn (Moderator)
IE loads the <head> section of a html page before showing the actual window. You can therefore push alerts and audio out before its visible to the user, appearing as if it comes from the website your popping over.
11-08-2011 06:30 PM
#6
markl (Member)
IE loads the <head> section of a html page before showing the actual window. You can therefore push alerts and audio out before its visible to the user, appearing as if it comes from the website your popping over.
^^^Is there a way to make it wait for an input from the message box to finish loading? Can you show how?
I have the code from the page (I can send it to you) It's full of Javasript that I can not understand.
I'd love to see a lesson where the scripts in this are pulled apart and explained.
I bet he's CRUSHING it with this setup, it definitely got my attention.
11-10-2011 12:49 AM
#7
tijn (Moderator)
post the script you got and ill tell you line by line what it does
11-10-2011 02:44 AM
#8
markl (Member)
Sent via PM for you to check out first.
11-10-2011 02:46 AM
#9
polarbacon (Moderator)

Originally Posted by
markl
^^^Is there a way to make it wait for an input from the message box to finish loading? Can you show how?
I have the code from the page (I can send it to you) It's full of Javasript that I can not understand.
I'd love to see a lesson where the scripts in this are pulled apart and explained.
I bet he's CRUSHING it with this setup, it definitely got my attention.
they prob are banking but entry pops are against TOS.....
11-11-2011 12:48 AM
#10
markl (Member)
Any word on this?
11-11-2011 08:39 PM
#11
tijn (Moderator)
Yeah I looked through the code and its a simple entry popup in the head section as I suspected.
The bit on lines 125-127 causes the popup to appear:
<SCRIPT type=text/javascript>
alert ("QVC.com Message:\n\nQVC has a big surprise for you!\nWhat would you buy when you win a $500 QVC giftcard?\n\nClick OK to continue...");
</SCRIPT>
Although the message here is different then the one in your screenshot.
The majority of the JS code is for the exit pop, and preventing the exit pop from showing when you click one of the links on the page.
JS alerts like the ones used on this page halt page processing - so this means they will not show any more info until the user presses ok.
Hope this answers your questions
Home >
Paid Traffic Sources >
POP / PPV / Redirect