Forum Moderators: open
[kongtechnology.com...]
I use <ilayer> because I would like to include a page from another server. I know IE supports <iframe> but how about Netscape 4.x ?
Any idea? Thanks.
ilayer is a Netscape 4.x proprietary thing
iframe is the HTML standard, and is supported in Netscape 6, plus Explorer and Opera.
One idea is to nest the two sets of tags. Putting the iframe tags INSIDE the ilayer tags is reported to be the best way. Any external source file should be a well-formed HTML document (HEAD and BODY tags, and it validates) and not merely an HTML fragment. That's my best guess for why you're getting the duplicated text -- your included file is just a table and not a complete HTML page.
Please take a look at the link again.
Thanks.