I saw this trick where u click the download and they prompt u to opt in. Show in Rich Schrefen opt in page here:
Code:
http://strategicprofits.com/lp/guru/
How to do it?
It's onClick(), in HTML. Do a Google search to learn how to do it. Hope this helps.
I google but onclick html phrase too vague. Not sure what is the correct phrase.
here is his code, with onclick javascript function
<a onclick="alert('Easy tiger! To claim your instant access to the report simply enter your name and email then press the button.'); return false;" href="#">
<img alt="the internet business manifesto" src="_images/hero.jpg">
</a>
OK, here you go, this is the code used from the page source,<a href="#" onclick="alert('Easy tiger! To claim your instant access to the report simply enter your name and email then press the button.'); return false;">
<img src="_images/hero.jpg" alt="the internet business manifesto" alt="" /></a>. In the above code replace (Easy tiger! To claim your instant access to the report simply enter your name and email then press the button.) with what you want the pop up to say when a visitor clicks your image. Also replace (_images/hero.jpg) with your image that visitors will click. Hope this gives a better understanding.
But where do i insert it?
You can do the same as the above post. Replace the phrase your own phrase and replace the image with your image.
Wherever you image is going to appear.
I saw this code <aside id="hero">, do i need to add this?
I google and find this code too:
<script language="JavaScript">
function pushbutton() {
alert("IMPORTANT!: Wait, You need to enter your name and email address and you can watch my Amazing Video on the next page instantly!");
}
</script>
<script type="text/javascript">