Username: Save?
Password:
Home Forum Links Search Login Register*
    News: Keep The TechnoWorldInc.com Community Clean: Read Guidelines Here.
Recent Updates
[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[March 06, 2024, 02:45:27 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 14, 2024, 02:00:39 PM]

[February 08, 2024, 10:26:18 AM]

[February 08, 2024, 10:26:18 AM]

[February 08, 2024, 10:26:18 AM]

[February 08, 2024, 10:26:18 AM]

[November 27, 2023, 06:32:12 PM]
Subscriptions
Get Latest Tech Updates For Free!
Resources
   Travelikers
   Funistan
   PrettyGalz
   Techlap
   FreeThemes
   Videsta
   Glamistan
   BachatMela
   GlamGalz
   Techzug
   Vidsage
   Funzug
   WorldHostInc
   Funfani
   FilmyMama
   Uploaded.Tech
   MegaPixelShop
   Netens
   Funotic
   FreeJobsInc
   FilesPark
Participate in the fastest growing Technical Encyclopedia! This website is 100% Free. Please register or login using the login box above if you have already registered. You will need to be logged in to reply, make new topics and to access all the areas. Registration is free! Click Here To Register.
+ Techno World Inc - The Best Technical Encyclopedia Online! » Forum » THE TECHNO CLUB [ TECHNOWORLDINC.COM ] » Programming Zone » Javascript
  Grow Your Subscribers Exponentially With These Javascript E-mail Capture Boxes!
Pages: [1]   Go Down
  Print  
Author Topic: Grow Your Subscribers Exponentially With These Javascript E-mail Capture Boxes!  (Read 1897 times)
Daniel Franklin
TWI Hero
**********


Karma: 3
Offline Offline

Posts: 16647


View Profile Email




Here's an exciting pop-up tactic that can literally boost the no. of opt-ins from your existing traffic. In fact the first one to use this tactic is by the 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 the code, create a file named subscribe.js. Visit the following URL and paste the code in it to your subscribe.js file:

http://www.raovishal.com/articles/jeccode.txt

Upload the 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 the E-mail Capture box.

' ' is the newline character. Which means anything after ' ' will come in the next line. '

' means a blank line and then the next line. Simple, isn't it?

You can change the text in the above code to reflect your newsletter and bonuses.

Now to display the E-mail Capture box in any page you like, you need to do the following.

Include the following code in the HEAD section of your html code:

<script language="Javascript" src="http://www.yourdomain.com/ADDRESS-TO/subscribe.js"><!-- --></script>

Where 'http://www.yourdomain.com/ADDRESS-TO/subscribe.js' is the path to your subscribe.js file. You have uploaded it to your server right?

Include the following code in the BODY section of your html code:


<!-- START SUBSCRIBE BUTTON CODE --> <FORM NAME="optin" METHOD="post" ACTION="mailto:[email protected]" ENCTYPE="text/plain"> <INPUT TYPE="hidden" NAME"=blank" VALUE="blank"> <INPUT TYPE="submit" NAME="button" VALUE="Subscribe Me To Your Newsletter Name!"> </FORM> <!-- FINISH SUBSCRIBE BUTTON CODE -->

Where '[email protected]' is the subscribe e-mail address of your list.

The above code will insert a form button in your page and so it is desirable that you insert the above code preferably at the bottom of your page.

Next, insert the following attribute in the BODY tag of your html page:

onLoad="popit()"

So your BODY tag will look something like this:

<body onLoad="popit()">

That's it !!!

Please don't install this code in all the pages of your web site. It will surely be a turn off. Use it wisely.

The only disadvantage of this E-mail Capture box is that those with their e-mail clients not configured properly, won't be able to subscribe to your list :-( Also, your visitor's browser needs to Javascript enabled.

The MAIN ADVANTAGE of this E-mail Capture box is that you'll get genuine e-mail addresses and not fake addresses. The people who subscribe through these E-mail Capture boxes are bound to get your newsletter!

Try it!

Articles Source - Free Articles

Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Copyright © 2006-2023 TechnoWorldInc.com. All Rights Reserved. Privacy Policy | Disclaimer
Page created in 0.167 seconds with 24 queries.