Posted by Andy Dingley on 12/05/06 01:04
demiourgos@gmail.com wrote:
> Is there a way to embed html page from different server into another
> html page without using javascript ?
Frame or <iframe> - client-side only.
Can't use server-side stuff or SSI if it's on a different server.
You _could_ cache a copy on the server, then use server-side
techniques, but if you knew how to do that, you'd be telling us how to
do it instead.
All of these can be legally dubious if you're doing it to someone
else's content.
[Back to original message]
|