Cita:
cuando busca una proforma existente para crear una nueva proforma deben activarse algun check segun el valor lo cual se deberia realizar con la siguiente instruccion:<tr>
<td class='texindpr'>
<input name='ticot' type='radio' class='texindpr' value='P' onClick="enviaQuery('resultado1','myajax.php?prtip ='+this.value+'&verregalosno=N');" <?if ($tip_coti=="P") echo"checked";?> /><b>Produc.</b>
</td>
<td class='texindpr'>
<input name='ticot' type='radio' class='texindpr' value='EP' onClick="enviaQuery('resultado1','myajax.php?prtip ='+this.value+'&verregalosno=S');" <?if ($tip_coti=="EP") echo"checked";?> /><b>Equi.Predef.</b>
</td>
</tr>
<td class='texindpr'>
<input name='ticot' type='radio' class='texindpr' value='P' onClick="enviaQuery('resultado1','myajax.php?prtip ='+this.value+'&verregalosno=N');" <?if ($tip_coti=="P") echo"checked";?> /><b>Produc.</b>
</td>
<td class='texindpr'>
<input name='ticot' type='radio' class='texindpr' value='EP' onClick="enviaQuery('resultado1','myajax.php?prtip ='+this.value+'&verregalosno=S');" <?if ($tip_coti=="EP") echo"checked";?> /><b>Equi.Predef.</b>
</td>
</tr>
Cita:
cuando haga click en el enlace deberia de activarse el check posteriormente.<a href="JavaScript:close();" title="pasar valor" onClick="window.opener.document.form11.moneda2.val ue ='<?=$pr_mon?>';window.opener.document.form11.plaz oe.value ='<?=$plazoe?>';window.opener.document.form11.tc.v alue ='<?=$tc?>'; window.opener.document.form11.clientetipo.value ='<?=$az?>';window.opener.document.form11.clidni.v alue ='<?=$clidni?>';window.opener.document.form11.clir uc.value ='<?=$cliruc?>';window.opener.document.form11.salu .value ='<?=$salu?>';window.opener.document.form11.clicom b.value ='<?=$cli_id?>';window.opener.document.form11.dirc li.value ='<?=$dircli?>';window.opener.document.form11.telf cli.value ='<?=$telfcli?>';window.opener.document.form11.cli _id.value ='<?=$cli_id?>';window.opener.document.form11.estp rof.value ='<?=$prof_est?>';window.opener.document.form11.eq uipopredefinido.value ='<?=$equipopredefinido?>';window.opener.document. form11.cantprof.value ='<?=$cantprof?>';window.opener.document.form11.dp rof.value='<?=$maxdias?>';window.opener.document.f orm11.esp.value ='<?=$esp?>';window.opener.document.form11.tofinal d.value ='<?=$tofinald?>';window.opener.document.form11.to tfinals.value ='<?=$totfinals?>';window.opener.document.form11.o bspr.value ='<?=$nomob?>';window.opener.document.form11.garan tia.value ='<?=$garantia?>';window.opener.document.form11.de scripcionpr.value ='<?=$descripcionpr?>';window.opener.document.form 11.vertipo.focus();">
Código PHP:
window.opener.document.form11.ticot.value ='<?=$tip_coti?>';
Pero eso no sucede; estoy trabajando solo con firefox.
Alguna ayuda!!!!!!!!11