Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/09/2005, 11:31
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 21 años, 11 meses
Puntos: 7
Es onclick. La funcion debe estar en JavaScript y el objeto debe ser un button

Por ejemplo
<script>
function fxClick() {
alert('Me hicieron click!');
}
</script>
<input type='button' name='btn' value='Haz Click Aqui' onclick='javascript:fxClick();'>
__________________
No tengo firma ahora... :(