PDA

View Full Version : Popups and popunders?


jdavidw13
12-02-2002, 11:11 PM
When you want to advertise on a site using popups and popunders, do you normally have to write the popup script yourself, or does the site do that and you just supply an image or whatever?

chrismiceli
12-03-2002, 01:17 AM
usually they suplly with a script like this
<script src="theirs.js"></script>
//html code
they tell you to put it on your site somewhere.

jdavidw13
12-03-2002, 01:20 AM
Thanks