esta es la funcion js que llamo al hacer click
Código:
function aspPopUp()
{
window.alert('hola');
window.open('CotizadorRapido.aspx?txtFechaInicio='+document.getElementById('txtFechaInicio').value+'&txtFechaFin='+document.getElementById('txtFechaFin').value+'&ddpProvincias='+document.getElementById('ddpProvincia').value+'&txtDias='+document.getElementById('txtDias').value+'&chBox='+document.getElementById('opt_APinitinere').checked+'&chBox2='+document.getElementById('opt_AP24hrs').checked,'mywindow','top=0,left=0,width=800,height=600,status= yes,resizable=yes,scrollbars=yes');
}
cuando me hace el alert ya me deselecciona el radiobutton, la verdad que ya no se que hacer.
alguna solucion???