script

<script type='text/javascript'>
    $(document).ready(function() {

        $("#content").load('http://google.com'); 

</script>

Open website here

<div id="content"> </div>

Above code is not working for me
Help please

Try it with a page from your own domain.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.