Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/06/2005, 10:03
Avatar de Gaby_Corr
Gaby_Corr
 
Fecha de Ingreso: junio-2005
Mensajes: 672
Antigüedad: 18 años, 11 meses
Puntos: 0
Puedo hacer esto en Javascript ???

Como haria el sig ejemplo en Javascript, es en lugar del sub el function???



<script language="VBScript">
sub cmdEjemplo_OnClick()
MsgBox "Hola"
end sub
sub txtName_OnFocus()
MsgBox "se ejecuto el on change"
end sub
</script>