Embedding Web Pages within Web Pages
By Eric Hoes
Posted Friday, February 6, 2004
You can embed a web page within a web page by using the object and embed tags. Copy and paste the code below into your web page where you would like to embed the additional page.
<object data=http://www.evrsoft.com width="600" height="400"> <embed src=http://www.evrsoft.com width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>
Change the text indicated in bold to suit your needs.
-----------------------------------------
Tip provided by:
Eric Hoes (www.gtdist.com)