Here's an exciting pop-up tactic that can literally boost no. of opt-ins from your existing traffic. In fact first one to use this tactic is by very successful list management/autoresponder tool - OptinLightning.I love my list management tool - Aweber, and wanted to use a similar E-mail Capture box like OptinLightning to go with it.
To see exactly how this E-mail Capture box works, just visit: http://www.raovishal.com/milliondollar
Now this might be annoying to quite a few but when highly successful marketers like Terry Dean have claimed that their subscribers have increased by almost 25% from using this E-mail Capture boxes at his web site, this tactic is worth giving a try.
The only requirement you need to use this tactic for your list is that your list should have a subscribe e-mail address. Which means that someone should be able to subscribe to your list by send an e-mail.
OK, now coming back to creating code, create a file named subscribe.js. Visit following URL and paste code in it to your subscribe.js file:
http://www.raovishal.com/articles/jeccode.txt
Upload subscribe.js file to your web server in ASCII mode.
Here's what this code does:
Everything that comes between 'if (confirm("' and ')){' will be displayed in E-mail Capture box.
' ' is newline character. Which means anything after ' ' will come in next line. '
' means a blank line and then next line. Simple, isn't it?
You can change text in above code to reflect your newsletter and bonuses.
Now to display E-mail Capture box in any page you like, you need to do following.
Include following code in HEAD section of your html code: