Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/05/2009, 08:41
wondercloud
 
Fecha de Ingreso: abril-2009
Mensajes: 43
Antigüedad: 15 años, 8 meses
Puntos: 1
Respuesta: RadioButton Mantener Valor

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???