Pop - Up Pages
There are basically 4 steps involved...
Step 1. Design a basic page that will offer your giveaway, prize or free gift. Save the page and upload it to your site. When you design your popup page, be sure to keep the content limited since you'll be sizing down the popup box that the content will appear
in.
Step 2. Next, you'll need to copy the code from the email we send you and paste it into the page you want to activate your popup
from.
Copy the javascript code below, and paste it into your web page, right after <head>
Step 3: After you paste the code into your web page, change poppy.htm in the code, to the name of the file you created in step one. You can also change other parameters if you wish, such as the way your popup window looks. Make adjustments in the code to control other
parameters.
Step 4: Next, decide if you want your pop up to activate when the page is entered, or exited. I've found the latter to be more effective. You control this with a small piece of code. Here's how...
Find the code <body in your web page. Then add the following code directly after it...
OnUnLoad="checkCount()"
For instance, my own code was changed from:
<body bgcolor="#003399">
To:
<body OnUnLoad="checkCount()" bgcolor="#003399">
Using this OnUnLoad command will make your popup display upon exit from your
page.
That's it! Just save your web page (I suggest saving it as a new file so you can test everything before going live) then upload the page you've added that code to.
It's a good idea to turn cookies off in your own browser before testing so you don't have to wait a day to see how your changes will
appear. |