Revisa el código, porque a mí
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Pá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?