| View previous topic :: View next topic |
| Author |
Message |
inthedogbox
Joined: 27 Jun 2008 Posts: 18
|
Posted: Sun Jun 29, 2008 12:26 pm Post subject: JS Chance (?) |
|
|
okay, I've never really done Javascript.
but im trying to find a function for chance, i know there is one, for like random links etc.
what im trying to do...
for advertising space, and also for a banner for internal promotions on my new site.
ill have numerous ad banners.
and every time the page loads, i want a different one to appear (at random)
could someone help me or point me to somewhere that can? |
|
| Back to top |
|
 |
|
|
inthedogbox
Joined: 27 Jun 2008 Posts: 18
|
Posted: Sun Jun 29, 2008 12:34 pm Post subject: Re: JS Chance (?) |
|
|
the actual images in the html code would be something like this, if this helps.
| Code: |
<div class="banner_ad">
<a href="http://www.website.com" target="_blank"><img src="image1.gif"></a>
</div> |
if you need the whole page code then i can give that, also  |
|
| Back to top |
|
 |
inthedogbox
Joined: 27 Jun 2008 Posts: 18
|
Posted: Mon Jun 30, 2008 12:33 pm Post subject: Re: JS Chance (?) |
|
|
| anyone? |
|
| Back to top |
|
 |
|