Settings
Get Code
Live Countdown Code (optional): If you would like to add a
live countdown to your Dialog Window, simply select a countdown
time and format below, then the countdown code will be instantly
generated for you in the box below. Whenever the countdown reaches
0, the Dialog Window will automatically close. This is a very useful
feature that can boost your response rates by adding urgency to
your offers.
Countdown Time Period:
minute(s)
second(s)
Countdown Format:
XX:XX
X minute(s) X second(s)
X second(s)
Countdown Code Installation Instructions
Insert the following code within the HEAD tags
(<HEAD> </HEAD>) on the web page that
appears in the Dialog Window.
Insert the following code on the web page that appears
in the Dialog Window wherever you want the live countdown
to appear.
Code Insertion 1 of 2
Insert the following code just above the closing BODY tag (</body>) on
your web page.
If you prefer to have less code appear directly on your web page, you can load
this code via an external .js file.
To do so, simply copy the above code [excluding the SCRIPT tags - copy only the portion
between the SCRIPT tags (<script> </script>)] then save the code in a
separate file by itself.
The filename can be any name of your choice and should end with a .js file extension.
Example: lccode.js
Then insert the following code just above the closing BODY tag (</body>)
on your web page.
NOTE: Be sure to upload the .js file to your site's server. The .js filename within the
quotes should be either the full or relative web page location of the .js file where you
stored the code.
Code Insertion 2 of 2
Insert the following code wherever you want the link to appear on your web page.
Be sure to replace the link text with the text of your choice.
Also, if you'd like to use a button instead of a link, here's code for a button that
performs just like a link. Be sure to replace the button text with the text of your choice.
IMPORTANT TIP for Dialog Windows: Whenever a dialog window loads, by default,
the focus will automatically be placed on the first link that appears on the page. To
ensure that the initial focus appears at the very top of the page in the dialog window,
simply insert the following code right below the opening BODY tag (<body>) on
the page that will load in the dialog window. This code is invisible to visitors, so
it will not affect the appearance, design, or layout of your page.
Live Countdown Code (optional): If you would like to add a
live countdown to your Dialog Window, simply select a countdown
time and format below, then the countdown code will be instantly
generated for you in the box below. Whenever the countdown reaches
0, the Dialog Window will automatically close. This is a very useful
feature that can boost your response rates by adding urgency to
your offers.
Countdown Time Period:
minute(s)
second(s)
Countdown Format:
XX:XX
X minute(s) X second(s)
X second(s)
Countdown Code Installation Instructions
Insert the following code within the HEAD tags
(<HEAD> </HEAD>) on the web page that
appears in the Dialog Window.
Insert the following code on the web page that appears
in the Dialog Window wherever you want the live countdown
to appear.
Code Insertion 1 of 1
Insert the following code just above the closing BODY tag (</body>) on
your web page.
If you prefer to have less code appear directly on your web page, you can load
this code via an external .js file.
To do so, simply copy the above code [excluding the SCRIPT tags - copy only the portion
between the SCRIPT tags (<script> </script>)] then save the code in a
separate file by itself.
The filename can be any name of your choice and should end with a .js file extension.
Example: pecode.js
Then insert the following code just above the closing BODY tag (</body>)
on your web page.
NOTE: Be sure to upload the .js file to your site's server. The .js filename within the
quotes should be either the full or relative web page location of the .js file where you
stored the code.
How To Turn Off The Page Exit Trigger When A Certain Link Is Clicked:
If you would like the Page Exit trigger to be disabled if a certain link is clicked
(such as an order link), simple insert the following code within the link tag.
Example: If your link is...
<a href="order.htm">Click Here To Order</a>
...you would insert the above code so that it appears like this...
<a href="order.htm" onClick="peoff=1" >Click Here To Order</a>
IMPORTANT TIP for Dialog Windows: Whenever a dialog window loads, by default,
the focus will automatically be placed on the first link that appears on the page. To
ensure that the initial focus appears at the very top of the page in the dialog window,
simply insert the following code right below the opening BODY tag (<body>) on
the page that will load in the dialog window. This code is invisible to visitors, so
it will not affect the appearance, design, or layout of your page.
Live Countdown Code (optional): If you would like to add a
live countdown to your Dialog Window, simply select a countdown
time and format below, then the countdown code will be instantly
generated for you in the box below. Whenever the countdown reaches
0, the Dialog Window will automatically close. This is a very useful
feature that can boost your response rates by adding urgency to
your offers.
Countdown Time Period:
minute(s)
second(s)
Countdown Format:
XX:XX
X minute(s) X second(s)
X second(s)
Countdown Code Installation Instructions
Insert the following code within the HEAD tags
(<HEAD> </HEAD>) on the web page that
appears in the Dialog Window.
Insert the following code on the web page that appears
in the Dialog Window wherever you want the live countdown
to appear.