function ventanaSecundaria (URL){ window.open(URL,"ventana1","width=420,height=400,scrollbars=YES") } function cambiaprovi3(pais){ var idpais=pais.value; var pURL='../js/provincias2.php?id_pais='+idpais; var pFunc='makeList33'; if (window.XMLHttpRequest) { // code for Mozilla, Safari, etc xmlhttp=new XMLHttpRequest(); //xmlhttp.onreadystatechange=makeList; eval('xmlhttp.onreadystatechange='+pFunc+';'); xmlhttp.open("GET", pURL, true); // leave true for Gecko xmlhttp.send(null); } else if (window.ActiveXObject) { //IE xmlhttp=new ActiveXObject('Microsoft.XMLHTTP'); if (xmlhttp) { //xmlhttp.onreadystatechange=makeList33; eval('xmlhttp.onreadystatechange='+pFunc+';'); xmlhttp.open('GET', pURL, false); xmlhttp.send(); } } } function makeList33() { var textos=new Array(); var valores=new Array(); campo='document.ficha.provincia'; if (xmlhttp.readyState==4) { if (xmlhttp.status==200) { var tmpArr=xmlhttp.responseText.split('\n'); var tmp; var val; var txt; for (var idx=0;idx