|
Файл https://ktktex.ru/components/com_aist/css/aist.css не доступен для чтения |
|
\
|
';
document.getElementById('cities_list').innerHTML = html;
update_button();
}
function update_button()
{
//var city_id = document.getElementById('city_id').options[document.getElementById('city_id').selectedIndex].value;
var city_id = document.getElementById('city_id').value;
var region_id = document.getElementById('region_id').value;
var url = 'https://ktktex.ru/index.php?option=com_aist&view=employers&page=0&pagelength='+document.getElementById('pl').options[document.getElementById('pl').selectedIndex].value+'®ion_id='+region_id+'&city_id='+city_id;
document.getElementById('button').innerHTML = '\
|
\
\
|
';
//alert(url);
}
show_cities();