il a se genre de script en java
<!--



/*

Count down then redirect script

By Website Abstraction (http://wsabstract.com)

Over 400+ free scripts here!

*/



//change below target URL to your own

var targetURL=http://tonsite

//change the second to start counting down from

var countdownfrom=10





var currentsecond=document.redirect.redirect2.value=countdownfrom+1

function countredirect(){

if (currentsecond!=1){

currentsecond-=1

document.redirect.redirect2.value=currentsecond

}

else{

window.location=targetURL

return

}

setTimeout("countredirect()",1000)

}



countredirect()

//-->
www.b-annuaire.be , votre annuaire francophone.

----- Original Message ----- 
From: "pyms" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 26, 2002 3:41 PM
Subject: [CC21] redirection automatique (autre que refresh)


> 
> Ave,
> 
> je viens de reorganiser certains repertoires de mon site. 
> Y aurait il moyen de rediriger automatiquement le visiteur arrivant
> sur l'ancien repertoire vers le nouveau ?
> 
> J'avais pense au meta tag "refresh" mais cela oblige a conserver les
> memes pages en double.
> 
> merci d'avance
> 
> pyms
> 
> 
> -- 
> CyberCafe 2.0 <http://www.cybercafe.tv> Chaque Mardi 19h15 sur La 2 !
> La liste CC21 vous est offerte par Emakina  <http://www.emakina.com/>
> Desabonnement par mail : <mailto:[EMAIL PROTECTED]>
> 
> 


-- 
CyberCafe 2.0 <http://www.cybercafe.tv> Chaque Mardi 19h15 sur La 2 !
La liste CC21 vous est offerte par Emakina  <http://www.emakina.com/>
Desabonnement par mail : <mailto:[EMAIL PROTECTED]>

Répondre à