Friday, 23 August 2013

How could I able to open whole website into particuler div?

How could I able to open whole website into particuler div?

I am working on a website where there is a requirement to open another
website into particular div. I had try below mentioned code but I am not
able to get output with proper appearance.
<div style="overflow-x: hidden; overflow-y: scroll; height:300px;
width:100%" >
<?php echo $url ?>
</div>
I have to use only div. no I-frame nothing else.

No comments:

Post a Comment