32.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-15-2012, 08:44 PM
Post: #1
[Help] How to do this list building trick?
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?
12-15-2012, 10:24 PM
Post: #2
RE:
It's onClick(), in HTML. Do a Google search to learn how to do it. Hope this helps.
12-16-2012, 12:03 AM
Post: #3
RE:
I google but onclick html phrase too vague. Not sure what is the correct phrase.
12-16-2012, 12:35 AM
Post: #4
RE:
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>
12-16-2012, 12:44 AM
Post: #5
RE:
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.
71.gif
12-16-2012, 12:47 AM
Post: #6
RE:
But where do i insert it?
12-16-2012, 12:51 AM (This post was last modified: 12-16-2012 12:52 AM by jnld.)
Post: #7
RE:
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.
12-16-2012, 12:57 AM
Post: #8
RE:
I saw this code <aside id="hero">, do i need to add this?
12-16-2012, 12:59 AM
Post: #9
RE:
No, I wouldn't think so.
12-16-2012, 01:36 AM
Post: #10
RE:
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">
14.gif




5.gif
Free counters!