Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/01/2010, 08:09
fantits
 
Fecha de Ingreso: octubre-2004
Mensajes: 16
Antigüedad: 20 años, 1 mes
Puntos: 0
Respuesta: DropDownList + AutoPostBack + IE = KK

manéjalo por js, onda:

en web
Código PHP:
<aspdropdownlist id='Drop1' onchange='funcion(); return false;' autopostback='false' runat='server'>
'Contenido
</asp: dropdownlist>

<asp: button id="Boton1" runat='
server></aspbutton
en js
Código PHP:
function funcion()
{
    var 
boton document.getElementById('Boton1');
    if (
boton)
       
boton.click(); //hace el postback