Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/05/2011, 12:16
b4ncar1o
 
Fecha de Ingreso: mayo-2011
Ubicación: En tu PC
Mensajes: 5
Antigüedad: 13 años
Puntos: 0
Respuesta: Redireccionar tras finalizar

En php prueba :

Código PHP:
<?php
header
("Location: index2.html");

?>
Y en html prueba :

Código PHP:
<html>

<
head>

<!-- 
Copiar dentro del tag HEAD -->

<
meta HTTP-EQUIV="Refresh" CONTENT="1; URL=MOVISTAR">

</
head>



<
body>

</
body>

</
html
CONTENT= Es el tiempo ai dice 1 = segundo creo que es . Espero que te sirva de algo