function Show_PRyCity_Lst() { $.post("index.php?url=he.emptypopuppharmacitylist", { 'cityid':$('#cityid').val() }, function(data){ document.getElementById("pharmalist").innerHTML = data; },"html" ); return false; } Show_PRyCity_Lst()