I have a webpage and I want to embed an external webpage on another server but I don't want any frame bars, and was hoping to use Php or Javascript to do this. The website I'm building is build using php.
I've tried
<?php
$remote = fopen("http://www.myotherwepage.com/apage", "r");
fpassthru($remote);
?>
But won't load properly no images will load and the style won't load.
This is the page I'm trying to embed
http://brands.datahc.com/?languageCode=EN
and I have my own (includes)naviagtion above and (includes)footer underneath.And it will need to expand and reseize for the user.
iframeas you require?iframealready. You can style it to not show scroll bars.