Generate HTML Code

E.G.G.S.™ provides you with two methods of implementing an automated subscription system to your website.

This section can generate code that you can embed in your web page that will enable visitors and users of your site to signup to your E.G.G.S.™ subscription system very easily within no time.

All you have to do is copy and paste the code generated by E.G.G.S.™ into your web page, save the modified HTML file and Presto! Instant subscription form is created.  

 

 

In E.G.G.S.™, there are 2 methods on how you capture the information of your visitors.

Method 1:

First method provides you with HTML code you can copy and paste anywhere into your web pages. Just make sure it is inside the <body> and </body> tags in your HTML source. Then you can just save the file and you are done. Its as easy as that!

When you open up the same web page in your web browser, you will notice a signup form appearing where you pasted the HTML code. This includes two text boxes, Full Name and Email address and a Sign me up button. Whenever a visitor or user fills the two fields and hits the signup button, he or she is subscribed as a prospect to your E.G.G.S.™ database instantly.

Method 2:

If you want to be more persuasive to your visitors in signing up, E.G.G.S.™ has another method to do just that. Using Method 2 to generate subscription forms, you can have a popup appear on the page where you wish to have the signup.

Popup messages are very affective in getting attention from a user. The message in your popup should be short and persuasive to a visitor. Remember, popups carry a very deep impression about your site and impact a visitor in either coming back for more or get annoyed with the popup, so act wisely and set the popup message to be very attractive and user friendly.

E.G.G.S.™ provides three steps in implementing Method 2 of subscription on your web page.

1.  First step is to copy and paste the <head> code generated from the E.G.G.S.™ and place it sensibly in the <head> section of the HTML page you want your subscription popup to appear in. All you have to do is

    1. Open up the HTML code for the web page you want to have the popup message box attached to;
    2. Click on the ‘Copy Code’ button on the right
    3. Right click anywhere in the area between <HEAD> and </HEAD> tags in your HTML page and simply Paste the copied script into that area.

The <HEAD> and </HEAD> tags are found at the top most section of any HTML page.

 

2.    Secondly, copy and paste the second code generated by E.G.G.S.™ and place it INSIDE the <body> tag. This simply means that you paste the code like:

<body onload=’JS_Confirm();’>

For Advanced users, notice that it actually inserts:

onload = ‘JS_Confirm()’;

into the <body> tag. So, if your <body> tag contains more than being mere <body>, then you just need to add the above code inside your <body> tag.

3 . After this, the third step you would want to do is have an E.G.G.S.™ subscription button like in Method 1. Only difference here is that its just one button with no text fields.

E.G.G.S.™ lets your visitors subscribe automatically without even typing in their name and email. They just press the sign up button and a subscription request email gets sent from their mail client to E.G.G.S.™. This method sends not only their email address but also their name if they have got their mailing client configured properly.  Otherwise E.G.G.S.™ names them in the database as “Friend”.

For this, all you need to do is copy and paste the code (in the last text box) anywhere inside the <body> and </body> tags of your HTML web page and a subscription button will be added to your page.

So by adapting Method 2, you are persuading your visitors to subscribe by having a popup asking visitors to subscribe to your automated mailing list powered by E.G.G.S.™ whenever your page loads up in their browser. Plus, you have a handy button placed on your web page that visitors can click and get subscribed automatically.

 

Script Overview

E.G.G.S.™ also generates a subscribership counter code for your web page. It displays the number of subscribers on your list. Just put the code anywhere on your web page.