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? BradenReceived on Thursday, 20 August 1998 01:59:26 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:03 GMT