Re: Embedding HTML documents

The following works in Netscape 4.79, IE 6.0
and Opera 7.02; I'd be interested to learn
if there are any mainstream browsers in which
it does not work :

	<Object data="http://foo.bar/baz.html" width="600" height="500">
		<Ilayer src="http://foo.bar/baz.html">
		</Ilayer>
	</Object>

Philip Taylor, RHBNC
--------
Octavio / Super wrote:
> 
> Maybe off topic, but I have looked around for several hours without finding any useful info.
> 
> Does anybody knows if IE supports <OBJECT type="text/html">
> 
> I'm using the following as a test:
> --- file1.html ---
> <body>
>   <object data="test2.html" type="text/html">
>      Couldn't render!
>   </object>
> </body>
> 
> --- file2.html ---
> <body>
>   <p>HELLO!!!
>   <p>HELLO!!!
>   <p>HELLO!!!
> </body>
> 
> I actually don't even know if I'm doing it correctly. It looks correct to me according to the HTML4 specification.
> 
> Thanks.
> ---
> /**************************************************
> Octavio Alvarez (aka: Super, Doogie)
> ICQ# 42020731. MSN_ID: alvarezp2000@h0tmail.com
> **************************************************/

Received on Monday, 17 March 2003 07:01:55 UTC