Tema: boton php
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/04/2008, 09:26
Avatar de .php
.php
 
Fecha de Ingreso: julio-2006
Mensajes: 481
Antigüedad: 17 años, 9 meses
Puntos: 5
Re: boton php

mmmm.
Código HTML:
<input type="buton" onclick="evento();" value="evento"> 
Código:
<script>
function evento(){
    alert('este es el evento del boton');
}
</scritpt>
__________________
~~[FiDeLio]~~