|    
			
				28/03/2002, 18:47
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: diciembre-2001 
						Mensajes: 16
					 Antigüedad: 23 años, 10 meses Puntos: 0 |  | 
  |  Re: Ayuda! redirección en el caso de usar Netscape  
  <script LANGUAGE="JavaScript">
 <!--
 var nombre = navigator.appName
 if (nombre == "Microsoft Internet Explorer")
 url=("direccionexplorer.htm");
 else
 url=("direccionnetscape.htm")
 window.location=url;
 //-->
 </script>
 
 Puedes dejar el fichero así, sin código HTML. te tiene que funcionar igual.
     |