
28/12/2006, 05:42
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses Puntos: 61 | |
Re: Redireccion Te he hecho este código, pero sólo funciona en Firefox
Código:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script>
flash=false;
b=navigator.plugins;
for(a=0;a<b.length;a++){
if(b[a].name.indexOf("Shockwave Flash")!=-1){
flash=true
}
}
location.href=(flash)?"introflash.html":"introhtml.html";
</script>
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |