Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/05/2007, 10:42
GreenEyed
 
Fecha de Ingreso: octubre-2003
Mensajes: 3.578
Antigüedad: 21 años, 2 meses
Puntos: 51
Re: No se ve en Firefox

Para eso no hace falta JavaScript. Simplemente usa HTML:
Código:
<html>
  <head>
    <meta
         http-equiv="refresh"
         content="0;URL=http://www.xxx.com.mx/xxx/home.jsp" >
  </head>
  <body>Redireccionando...</body>
</html>
Y listo.
S!