Tema: Es posible!!
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/04/2002, 06:52
bet
 
Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 24 años
Puntos: 0
Re: Es posible!!

O esto?

Código:
<html>
<head>
<title> LLamada a distintas paginas segun navegador </title>

<script language="javascript">

var x=window.prompt("Tu nombre?");
x=x.toLowerCase();

if(x == "pepe"){ 
   window.location.href="index.html";
}
else{
   window.location.href="otra.html";
}
</script>
</head>

<body bgcolor="#FFFFFF">
</body>
</html>
<hr noshade size=1><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]