Load another page’s item into a div using jQuery:
<script src="https://code.jquery.com/jquery-1.10.2.js">
</script>
<div id="PlaceToPutTable">
</div>
<script>
$("#PlaceToPutTable").load("https://www.uccs.edu/admissions/request #block-uccsbase-home-content");
</script>
More info: https://api.jquery.com/load/