Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/05/2007, 16:00
Avatar de ferbux
ferbux
 
Fecha de Ingreso: mayo-2007
Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años, 9 meses
Puntos: 6
Re: onclick en php

para el evento onclick seria algo asi si tuvieras botones:

<INPUT TYPE="button" name=valida value="Valida" class=button onclick="validar()" >

y con lo radio buttons es algo asi:

<INPUT type=radio value=1 name=con CHECKED ONCLICK="deshabilita(this);"
style='border:none'/>Todos los Pedidos<br />