Embedding HTML documents

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 00:05:42 UTC