ff/ie7 compatibilité avec http-equiv refresh

ff/ie7 compatibilité avec http-equiv refresh - PHP - Programmation

Marsh Posté le 27-08-2007 à 09:16:24    

Je dois afficher une page 3 secondes et revenir en arrière :
 
<html>
<head>
<meta http-equiv="refresh" content="3; URL=Javascript:history.go(-1)">
</head>
<body>
<p>
Coucou !
</p>
</body>
 
Le retour en arrière se fait très bien avec Firefox mais pas avec IE7 si elle a une extension php (ça fonctionne avec l'extension html )
Or j'aurai besoin de .php  
Quelqu'un aurait-il une réponse ? Ou une autre méthode ?
 
Merci

Reply

Marsh Posté le 27-08-2007 à 09:16:24   

Reply

Marsh Posté le 30-08-2007 à 13:06:15    

Pourquoi as tu besoin de .php ? Tu peux très bien utiliser .html et spécifier a apache d'interpréter les fichiers .html en php (grâce a un .htaccess).
 

Reply

Marsh Posté le 30-08-2007 à 16:52:01    

la bonne solution est de créer l'url selon la page appelée, pour éviter de passer par JS


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed