$("#keyword").autocomplete("index.php?url=hm.emptypopupsearchkeyword", { width: $("#keyword").width()+50, selectFirst: false, matchCase: true, matchSubset: false, scrollHeight: 400 }); $("#keyword").result(function(event, data, formatted) { document.searchform.keyword.value = data[1]; document.searchform.talkid.value = data[2]; document.searchform.submit(); }); function Sont_DetiadSEcrh_Opt() { if(document.getElementById("detailedsearchframe").style.display=="none") { document.searchform.detailedsearch.value=1; document.getElementById("detailedsearchframe").style.display=""; } else { document.searchform.detailedsearch.value=0; document.getElementById("detailedsearchframe").style.display="none"; } return false; } function Show_PRyCity_Lst() { $.post("index.php?url=hm.emptypopupsalahcitylist", { 'cityid':$('#cityid').val() }, function(data){ document.getElementById("salahlist").innerHTML = data; },"html" ); return false; } Show_PRyCity_Lst()