Hyperlinks in OBJECT inclusions

Consider the following:

host.html:
	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
	<HEAD>
	<TITLE>Host Document</TITLE>
	</HEAD>
	<BODY>
	<OBJECT DATA="inclusion.html" TYPE="text.html" WIDTH="320"
	HEIGHT="240">Look, ma! No OBJECT!</OBJECT>
	</BODY>

inclusion.html:
	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
	<HEAD>
	<TITLE>Included Document</TITLE>
	</HEAD>
	<BODY>
	<P><A HREF="http://www.w3.org">We're off to see the wizard!</A>
	</BODY>

When I click on the link in the inclusion, what does the new resource
replace? The entire host document (and inclusion), or just the inclusion?

Braden

Received on Thursday, 20 August 1998 01:59:26 UTC