Re: How to make a window of a different site

by Michael <mikemckee(at)cablespeed.com>

 Date:  Fri, 4 May 2001 14:57:44 -0700
 To:  hwg-basics(at)hwg.org
 References:  eol
  todo: View Thread, Original
Hi David,
Perl may be the best choice. There may be other ways to do this with 
html, but all I know is to use framesets. And that means rebuilding 
the page totally with frames and the problems that frames raise with 
printing, accessibility and being almost invisible to search engines. 
You can reverse you problem with compatibility and use inline frames 
but netscape doesn't seem to like that. You might consider a 
javascript pop-up window. Another issue with placing content on a 
page like that concerns copyrights and getting written permission to 
include somebody else's intellectual property  inside of your pages.

best,
Michael

>Hi,
>
>I have a request to create a window on an html page which displays 
>the contents of another site.
>
>I know how to do this in perl but I'm not sure what compatible HTML 
>containers I should use.
>
>I know definitely that <layer> tag is not good since its not 
>compatible with netscape 6 or IE.
>
>eg.
>
><table border="1">
>    <tr><td>  <Container???>
>                         <html><head></head><body>
>                                 Other Site
>                         </body></html>
>                 </Container???>
>     </td></tr>
>     <tr><td> My Site </td></tr>
></table>
>
>Thanks
>David

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA