Jump to content

help!


Jamesking56

Recommended Posts

you'll probably be wanting them to popup when the page loads, so you'd want to use something like:

<script type="text/javascript">onload = function() {   var pop1 = window.open('advert1.gif','add1','..features..');   var pop2 = window.open('advert2.gif','add2','..features..');}</script>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...