var serverSideFile = '/'; var schoolPollID=0; var ajaxObjects = new Array(); var pollVotes = new Array(); var totalVotes = new Array(); prepareForStart(); function selectCounty() { formObj=document.getElementById('suliForm'); var elements = formObj.megye; var optionId = elements.options[elements.selectedIndex].value; if(optionId){ var ajaxIndex = ajaxObjects.length; ajaxObjects[ajaxIndex] = new sack(); ajaxObjects[ajaxIndex].requestFile = serverSideFile + '?megye=' + optionId; prepareForCityResults(); ajaxObjects[ajaxIndex].onCompletion = function(){ showCities(ajaxIndex,optionId); }; ajaxObjects[ajaxIndex].runAJAX(); } } function showCities(ajaxIndex,megye) { var xml = ajaxObjects[ajaxIndex].responseXML; clearDiv('selectCity'); var resultDiv = document.getElementById('selectCity'); cityList=xml.getElementsByTagName('option'); var citySelect=document.createNamedElement('select', "citySelect"); citySelect.id="citySelect"; citySelect.onchange=function(){ selectCity(document.getElementById('suliForm') ,'" + megye + "'); } if(megye=="Bp") { citySelect.options[citySelect.options.length] = new Option( 'Vlassz kerletet->', 0, false, false); } else { citySelect.options[citySelect.options.length] = new Option( 'Vlassz vrost->', 0, false, false); } for(var iQ=1;iQ'); // schoolName=schoolName.replace(/(\n)/gi,'
$1'); schoolName=fSetHtml(schoolName); _label.innerHTML=schoolName; _option.appendChild(_label); resultDiv.appendChild(_option); } showDiv('poller_question' + schoolPollID); showDiv('poller_captcha'); showDiv('poller_submit'); } else { if(optionId!=0) { showDistinct(ajaxIndex); } } hideDiv('poller_waitMessage' + schoolPollID); } function showDistinct(ajaxIndex) { var xml = ajaxObjects[ajaxIndex].responseXML; clearDiv('selectDistinct'); var resultDiv = document.getElementById('selectDistinct'); distList=xml.getElementsByTagName('option'); var distSelect=document.createNamedElement('select', "distinctSelect"); distSelect.id="distinctSelect"; distSelect.onchange=function(){ selectDistinct(document.getElementById('suliForm') ,'" + megye + "'); } distSelect.options[distSelect.options.length] = new Option( 'Vlassz kerletet->', 0, false, false); for(var iQ=0;iQ(.*?)<.*$","gi"); var pollerError = xml.replace(reg,'$1'); var errorDiv = document.getElementById('poller_error'); // errorDiv.innerHTML = pollerError.replace(/(\[br\])/gi,'
'); errorDiv.innerHTML = fSetHtml(pollerError); showDiv('poller_error'); showDiv('poller_captcha'); showDiv('poller_submit'); showDiv('poller_question' + schoolPollID); } else { var resultDiv = document.getElementById('poller_results' + pollId); clearDiv('poller_results' + pollId); var options = xml.split(/