Make sure you don't remove the "" around the ID number. When you're done the code should look like the example you see above.
STEP FOUR: Save the Page To Your Hard Drive
Save the page to your hard drive and name it: weeklytip.html
Next, upload weeklytip.html to your web site server.
STEP FIVE: Copy the code from the box below
Highlight the code then choose "COPY" and PASTE the code below in between the <HEAD> </HEAD> tags on the page you want the pop up window to launch from ON EXIT.
In Dreamweaver, you select Window from the toolbar, then HTML SOURCE. That opens up your page code. If you use Dreamweaver MX then just click on the CODE tab to see the HTML code.
In Front Page, you just click on the HTML tab. That's why I like Front Page for beginners. It's simpler.
STEP SIX: Copy & Paste the code in the BODY tag
Copy the code from the box below then PASTE it into the BODY tag of your web page:
The BODY tag immediately follows the closing head tag.
Here's an example of what your BODY tag should look like after you have pasted in the code correctly:
STEP SEVEN: Copy This Code and Paste Into Your Links
Highlight and copy the following code: onClick="exit=false"
Paste that code on any link or button your page has. That will keep the popup from flying open when a link or order button is clicked.