Aide table MySLQ
Dernière réponse : dans Programmation
Contenus similaires
<html>
<head>
<title>test</title>
<script type="text/javascript">
var myDest = new Array("<a href="http://www.yahoo.fr/" rel="nofollow" target="_blank">http://www.yahoo.fr/</a>", "<a href="http://www.google.fr" rel="nofollow" target="_blank">http://www.google.fr</a>");
var curDest = 0;
var myPop
function popLoad() {
dest = myDest[curDest];
myPop = window.open(dest, "myPopup" );
curDest++;
setTimeout('reload()', 5000);
}
function reload() {
if (curDest >= myDest.length) curDest = 0;
myPop.window.location.href = myDest[curDest];
curDest++;
setTimeout('reload()', 5000);
}
</script>
</head>
<body>
Test de popup auto: <a href="javascript:popLoad();">Go !</a>
</body>
</html>
Autres pages sur : aide table myslq