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 html : S�lectionner tout - Visualiser dans une fen�tre � part
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