Appel de banniere active sur un script.. | Titre du sujet : Appel de banniere active sur un script.. par PubEnFolie sur 25/11/2008 05:05:21
Bonjour,
Je cherche a intégrer la commande pour afficher les bannières actives. Je m'explique, ce script affiche les bannières toutes les 10s mais faut chaque fois y intégrer les liens dedans. Ce qui deviendra très lourd si nous avons une centaines de bannières à afficher. voici le début du script qui affihe les bannières dans un block:
<center><script type="text/javascript">
var trans_width='468px'
var trans_height='60px'
var pause=10000
var degree=10
var slideshowcontent=new Array()
//Define slideshow contents: [image URL, OPTIONAL LINK, OPTIONAL LINK TARGET]
slideshowcontent[0]=["http://www.pub-en-folie.fr/uploads/MadLiens/banner/pefbanniere1.png", "", ""]
slideshowcontent[1]=["http://www.pub-en-folie.fr/uploads/MadLiens/banner/pefbanniere2.png", "", ""]
slideshowcontent[2]=["http://www.pub-en-folie.fr/uploads/MadLiens/banner/pefbanniere3.png", "", ""]
Je voudrais donc y intégrer, si possible, la commande qui afficherait uniquement les bannières actives. Merci pour votre aide....
|
|