You could use an object, but browser support is probably flakey. The
following works for me in IE6/Win and FF/Win, haven't tested in
others:
<html>
<head><title>HTML Object</title></head>
<body>
<p>Google embedded without iframes</p>
<object data="http://www.google.com" type="text/html" height="240"
width="320">
<p>Could not load Google.</p>
</object>
</body>
</html>
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************