$("#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 SelectWeatherOption() { $.post("index.php?url=hm.emptypopupchangeweather", {'cityid':document.getElementById("cityid").value }, function(data) { window.location.href='index.php?url=hm.search'; },"html" ); return false; } $("#locationid").change(function() { SrCh_Each_SbmtForm(); }); $("#orderid").change(function() { SrCh_Each_SbmtForm(); }); $("#dateid").change(function() { SrCh_Each_SbmtForm(); }); $(document).ready(function(){ $('#searchform').submit(function(){ SrCh_Each_SbmtForm(); return false; }); }); function SrCh_Each_SbmtForm() { window.location = "index.php?url=hm.search&unuqid=H24g0429r0927FHCai2726VS9902iC9885s4438e8304i3305J&keyword="+document.searchform.keyword.value+'&talkid='+document.searchform.talkid.value+'&detailedsearch='+document.searchform.detailedsearch.value+'&searchtype='+document.searchform.searchtype.value+'&locationid='+document.searchform.locationid.value+'&orderid='+document.searchform.orderid.value+'&dateid='+document.searchform.dateid.value; } function NavigatePageIn(pagenumber) { document.navigateform.pagenumber.value = pagenumber; window.location = "index.php?url=hm.search&unuqid=H24g0429r0927FHCai2726VS9902iC9885s4438e8304i3305J&keyword="+document.navigateform.keyword.value+'&talkid='+document.navigateform.talkid.value+'&detailedsearch='+document.navigateform.detailedsearch.value+'&searchtype='+document.navigateform.searchtype.value+'&locationid='+document.navigateform.locationid.value+'&orderid='+document.navigateform.orderid.value+'&dateid='+document.navigateform.dateid.value + '&p='+document.navigateform.pagenumber.value + '&r='+document.navigateform.recordnumber.value + '&t='+document.navigateform.totalpage.value; } if(document.getElementById("welcomestart")!=null) { if(document.documentElement.clientWidth>1400) document.getElementById("welcomestart").style.paddingTop = '250px'; else document.getElementById("welcomestart").style.paddingTop = '120px'; } if(document.getElementById("searchmain")!=null) { if(document.documentElement.clientWidth>1200) { document.getElementById("baremptyleft").style.width = '60px'; document.getElementById("searchmain").style.width = '1200px'; } else { document.getElementById("baremptyleft").style.width = '20px'; document.getElementById("searchmain").style.width = '950px'; } } function Click_AddPNT(webuniqueid,typeid) { $.post("index.php?url=hm.emptypopupsavewebhit", {'webuniqueid':webuniqueid, 'typeid':typeid }, function(data) { },"html" ); return false; }