Experiencia
porque no me quiere correr este programa en javascript<html>
<head>
<script>
function mayor()
{
var a=parseInt(a.value);
var b=parseInt(b.value);
if (a>b)
{
alert("el mayor es" a +);
}
else
{
alert("el mayor es" b +);
}
</script>
<title>may</title>
</head>
<body>
<INPUT type = "text" name="a" size"8"></br>
<INPUT type = "text" name= "b" size"8"></br>
<INPUT type = "button" value="ver" onClick=mayor();>
</body>
</html>
Aún no ha realizado ninguna actividad pública.
