Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/07/2007, 16:14
Avatar de derkenuke
derkenuke
Colaborador
 
Fecha de Ingreso: octubre-2003
Ubicación: self.location.href
Mensajes: 2.665
Antigüedad: 21 años, 1 mes
Puntos: 45
Re: Problema con un test jeje

Revisa el código, porque a mí
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<
html>
<
head>
<
titleP&#225;gina nueva </title>
<meta name="Author" content="derkeNuke">
<
style type="text/css">
</
style>
</
head>

<
body>

<
script type="text/javascript">

var 
f=prompt('Pon el pass','');
if(
f!="SeRcA")
    
alert("No eres SeRcA");
else
    
alert("Hola SeRcA");

</script>
</body>
</html> 
Me ha funcionado sin problemas


Por cierto el atributo href del elemento script no es estándar, ¿para qué utilizas src y href a la vez?
__________________
- Haz preguntas inteligentes, y obtendrás más y mejores respuestas.
- Antes de postearlo Inténtalo y Búscalo.
- Escribe correctamente tus mensajes.