document.write(""); document.write(""); $(document).ready(function() { showpage(); }); function showpage(){ $("a").click(function(event) { event.preventDefault(); $("li").html("
please wait, page is loading...
"); var largePath = "show.php " ; $("div ").load(largePath, { action: "getpage" }); return false; }); }