Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/11/2010, 09:19
Avatar de Facundo_Nahuel
Facundo_Nahuel
 
Fecha de Ingreso: noviembre-2010
Ubicación: Buenos Aires, Argentina
Mensajes: 32
Antigüedad: 13 años, 5 meses
Puntos: 3
Respuesta: Select dependientes

Cita:
Iniciado por aalleexx81 Ver Mensaje
Código PHP:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">

function 
cargarEmails(){
    $(
'#email').html('<option selected>Cargando</option>');
           
    var 
idusuario= $('#usuario').val();

    var 
toLoad'ajax_emails.php?usuario='idusuario ;
    $.
post(toLoad,function (responseText){
                           
    $(
'#email').html(responseText);
   
                            });


Buenas Alex: intenta borrando las primeras 3 lineas del js