Děkuji ale nic se mi nenačte
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>load demo</title>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script>
$("#result").load("http://localhost/test");
</script>
</head>
<body>
<div id="result">
</div>
</body>
</html>