Bonjour,
J'essais d'�crire un script javascript qui ferais dispara�tre un layer et apr�s un certain temps ouvre une autre page.
Voici ce que j'ai �crit mais �a ne marche pas.
Code:
1
2
3
4 <div id="Suivant" onClick=" opacityTween = new OpacityTween(document.getElementById('Main'),Tween.bounceEaseOut, 100, 0, 3); opacityTween.start();setTimeout("location.href='6.php'",10000)"><img src="images/exit-1.jpg" alt="" width="30" height="30" border="0"/></div>
Pouvez vous m'aider?
Merci
Fr�d�ric