Novato JavaScript
E estado introduciendo lineas en Netscape composer y al ver la página en HTML me muestra el código. Dicho código es:
<html>
<head>
<script language="LiveScript">
function pushbutton() {
alert("Hola!");
}
</script>
</head>
<body>
<form>
<input type="button" name="Button1" value="Presióneme"
onclick="pushbutton()">
</form>
</body>
</html>
<html>
<head>
<script language="LiveScript">
function pushbutton() {
alert("Hola!");
}
</script>
</head>
<body>
<form>
<input type="button" name="Button1" value="Presióneme"
onclick="pushbutton()">
</form>
</body>
</html>
1 respuesta
Respuesta de javromara