Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- // Funcion javascript alerta
- function alerta() {
- alert("Se corto la luz! ");
- }
- // funcion mensaje
- function mensaje() {
- var nombre = document.getElementById("usuario").value;
- console.log("El nombre ingresado es " + nombre );
- document.getElementById("mensaje").innerHTML="Hola "+ nombre;
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement