Alerta con un botón
Página 1 de 1.
Alerta con un botón
Este es el script del Chat de CukiSystem, al cliquear el botón se abre una alerta:
<html><head>
<script
language="LiveScript"> function pushbutton() { alert("Texto que lanzará el botón"); }
</script> </head><body><form> <input
type="button" name="Button1" value="Nombre del botón"
onclick="pushbutton()"> </form></body></html>
- Código:
<html><head>
<script
language="LiveScript"> function pushbutton() { alert("Texto que lanzará el botón"); }
</script> </head><body><form> <input
type="button" name="Button1" value="Nombre del botón"
onclick="pushbutton()"> </form></body></html>
<html><head>
<script
language="LiveScript"> function pushbutton() { alert("Texto que lanzará el botón"); }
</script> </head><body><form> <input
type="button" name="Button1" value="Nombre del botón"
onclick="pushbutton()"> </form></body></html>
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.