|
Posted by UKuser on 08/23/07 11:58
On 23 Aug, 12:47, Bernhard Sturm <sturmnixs...@datacomm.ch> wrote:
> UKuser wrote:
>
> > I've tried standard iframes and frames but in IE these have cookies/
> > javascript disabled. I'm trying to find a PHP 100% equivilent to
> > frames.
>
> forget the concept 'frames' use includes instead. For php use this in
> order to load an external file into your main file:
>
> require_once("myexternalfile.php");
>
> HTH
> bernhard
>
> --www.daszeichen.ch
> remove nixspam to reply
Hi,
If I do that all the links from the external site point to my website,
i.e.
mysite-root/a-page-I-don't-have.html
I tried this, but the images and links wouldnt work.
Thanks
A
Navigation:
[Reply to this message]
|