Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Embed HTML in HTML


Message #1 by dvan@a... on Thu, 23 Aug 2001 11:42:10
Bought the HTML reference book from wrox.
In there is an example on how to embed HTML in HTML using the <object>. 
But example does not work.
Any ideas welcome

Code sample embedding doc________________
<html>
<head>
<title> Embed HTML in HTML Example</title>
<body>
<object data="embedded_document.html">
Couldn't include document specified.
</object>
</body>
</html>

Code sample embedded doc________________
<html>
<head>
<title> Embedded document</title>
<body>
Here is a link to <a href="http://www.wrox.com"> Wrox.com </a>
</body>
</html>

  Return to Index