![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/03/2002, 00:41
|
| | Fecha de Ingreso: julio-2001 Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 6 meses Puntos: 1 | |
Re: necesito un funcion que detecte netscape y explore Hola!
Mira:
<html>
<head>
<body>
<!-- Copiar dentro del tag BODY -->
<!-- Colocar dentro del tag BODY -->
<script LANGUAGE="JavaScript">
<!--
var nombre = navigator.appName
if (nombre == "Microsoft Internet Explorer")
url=("explorer.htm");
else
url=("netscape.htm")
window.location=url;
//-->
</script>
</body>
</html>
Nota: Sacado del Scriptmaster De www.webtutorial.com.ar
<CENTER><FONT COLOR=Black SIZE=2><I>"No Hay Cosas Imposibles, Solo Hombres Incapaces"</I></FONT></CENTER> |