Load page with jQuery
$( "body" ).load( "page_name_here.php", function() { alert( "Load was performed." ); });