hola amigos muchas gracias por responder aqui esta el formulario q uso para enviar los datos,
Código HTML:
Ver original<form id="form1" name="form1" method="post" action="" onSubmit="return validarPasswd()"> <div class="page-header"> <div class="styled_title"> <h1 align="left" class="Estilo135 Estilo136">DEPÓSITO / RETIROS EN CAJA DE AHORRO
</h1> <table width="774" align="center" bordercolor="#FFFFFF"> <td width="24"> </td> <td width="846"><table width="89%" border="0" class="table"> <p class="info"><strong>DATOS PERSONALES DE LOS AHORRISTAS
</strong> </p> <input name="cod_ahorro" type="text" id="cod_ahorro" value="<?php echo $num; ?>" size="2" readonly="readonly" maxlength="2" />
<input name="ced_socio" type="text" id="ced_socio" title="Escriba solo numeros para Cedula" onKeyUp="this.value=this.value.toUpperCase();" pattern="[0-9A-Z]{7,15}" placeholder="Cedula" required="required"/> <input name="direc_socio" type="text" id="direc_socio" onKeyUp="this.value=this.value.toUpperCase();" size="40" placeholder="Direccion Domiciliaria" required="required" /> <input name="fecha" value="<?php echo date("Y-m-d"); ?>" type="text" id="fecha" size="25" maxlength="25" readonly="readonly"/>
<input name="num_libreta" type="text" id="num_libreta" title="Escriba solo numeros para Numero de Socio" onKeyUp="this.value=this.value.toUpperCase();" pattern="[0-9]{2,15}" size="15" placeholder="Nº de Libreta" required="required"/> <input name="nom_socio" type="text" title="Escriba solo letras para Nombres" pattern="[A-Za-z ]{1,35}" placeholder="Nombres" onKeyUp="this.value=this.value.toUpperCase();" id="nom_socio" size="40" maxlength="40" required="required"/> <input name="tlf_socio" type="tel" id="tlf_socio" title="Escriba el Numero de 11 digitos ej. 042412345678" onKeyUp="this.value=this.value.toUpperCase();" pattern="[0-9]{10,12}" placeholder="Telefono"/><br> <input type="radio" name="proceso" id="proceso" value="DEPOSITO" required="required"/> <input type="radio" name="proceso" id="proceso" value="RETIRO" /> <input name="pco" type="text" id="pco" title="Escriba solo numeros para Cedula" onKeyUp="this.value=this.value.toUpperCase();" pattern="[0-9]{1,15}" size="15" placeholder="Nº del Socio" required="required"/><br> <input name="ape_socio" type="text" title="Escriba solo letras para Apellidos" pattern="[A-Za-z ]{1,35}" placeholder="Apellidos" onKeyUp="this.value=this.value.toUpperCase();" id="ape_socio" size="40" maxlength="40" required="required"/> <div class="input-prepend input-append"> <span class="add-on">Bs.
</span> <input name="monto" type="text" id="monto" pattern="[0-9.]{1,12}" title="Escriba solo numeros enteros o con decimales, como maximo tres enteros, y dos decimales y punto para separar los decimales" placeholder="Monto Bs. Deposito/Retiros" onKeyUp="this.value=this.value.toUpperCase();" required="required"> <td colspan="3"><div align="center"><span class="form-signin"> <input name="submit" value="Registrar" class="btn btn-large btn-primary" type="submit" /> <input name="submit" value="Restablecer" class="btn btn-large btn-primary" type="reset" />
y solo quiero q se cumpla o se realice esa funcion cuando uno seleccione el radio button la opcion de retiro solamente aqui estan
<label class="radio">
<input type="radio" name="proceso" id="proceso" value="DEPOSITO" required="required"/>
<strong>Dépositos</strong></label>
<label class="radio">
<input type="radio" name="proceso" id="proceso" value="RETIRO" />
<strong>Retiros</strong></label>