Tech Quest: How do I do this?

12 replies
Right what I am trying to do is this, and my brain is just not with it today,

if you check this out, Watch this FREE Presentation Now and close the tab, and on the next page when you click to play the video the pop up comes up, how can I go about doing this??

Help appreciated am having one of those days
#quest #tech
  • Profile picture of the author RanD
    Well, I have a script blocker set up in firefox and the site that I had to allow for that popup to come up was EZS3.com. It looks like they do media stuff. Cheezy looking site though.
    {{ DiscussionBoard.errors[1788637].message }}
  • Profile picture of the author JonMills
    when i clicked the tab, it took me to a new page with a video and before i clicked the video the popup came up. Its just a exit splash screen

    Check the source code and you will see what i mean.
    Signature
    http://www.thecopywriterwhisperer.com/ Persuasion at it's best!
    http://www.affiliateorganizer.com/ Organize your entire online business - Super affiliates give it the thumbs up!
    {{ DiscussionBoard.errors[1788648].message }}
  • Profile picture of the author Ashley Wright
    Thanks John, I checked the source code and could not find anything? So could I get the same results by using exit splash?
    {{ DiscussionBoard.errors[1788669].message }}
  • Profile picture of the author mywebwork
    Ashley I'm a bit confused (probably old age) - are you just speaking about the "hold your horses" popup that comes up when you try and play the video without submitting e-mail information?

    Bill
    {{ DiscussionBoard.errors[1788698].message }}
  • {{ DiscussionBoard.errors[1788718].message }}
  • Profile picture of the author RanD
    Ah, it was just the order I allowed them in.

    If I just allow the fbadpower.com site, I get a regular click here to buy button with no popup. In order to get the pop-up to display, I have to allow drivingtrafficsupport.com, and then I need to allow the ezs3.com site before the video actually plays.
    {{ DiscussionBoard.errors[1788723].message }}
  • Profile picture of the author JonMills
    In the 1st page in the source it has this code

    http://www.drivingtrafficsupport.com...y%20ExitSplash

    Which is what causes the 2nd page to display when you close the tab

    Basically its powered by

    http://www.exitsplash.com

    Go there that is what you need for this if you want exactly the same as that is what they are using
    Signature
    http://www.thecopywriterwhisperer.com/ Persuasion at it's best!
    http://www.affiliateorganizer.com/ Organize your entire online business - Super affiliates give it the thumbs up!
    {{ DiscussionBoard.errors[1788730].message }}
  • Profile picture of the author Ashley Wright
    yeah but Jon is that the same code for when you click on the play button and you get the "hold your horses" popup? As I didn't think exit splash could do that lol
    {{ DiscussionBoard.errors[1788738].message }}
  • Profile picture of the author mywebwork
    It's just a standard JavaScript Alert - it's on line #26 of the source code for that page.

    No "exit splash", just basic JavaScript!



    Bill
    {{ DiscussionBoard.errors[1788749].message }}
  • Profile picture of the author Ashley Wright
    I thought exitsplash wasn't needed! Don't mean to be a pain Bill but all I see is google analytics code?
    {{ DiscussionBoard.errors[1788771].message }}
  • Profile picture of the author mywebwork
    No pain at all Ashley!

    The code is here:

    Code:
    <a href="#" onClick="alert('Whoa, hold your horses.  Enter your email address in the box right under the arrows and click the button that says Get Instant Access to watch the video.'); return false;"><img src="index_files/start.png" width="601" height="452" border="0"></a>
    The image is the false image of the video player, when it is clicked the "onClick" event fires an alert box with the "hold your horses" message.

    Hope this helps

    Bill
    {{ DiscussionBoard.errors[1788932].message }}
  • {{ DiscussionBoard.errors[1788943].message }}

Trending Topics