- From: Ignacio Javier <igjav@ctv.es>
- Date: Wed, 24 Jan 2001 20:20:26 +0100
- To: "Html Mailing List" <www-html@w3.org>
***********************************************************
ALARM: Wouldn't it be nice something like an html client side include?
***********************************************************
*) predeclaration (html headers?):
<HTMLfragment ref="1_client_side_id" href="the_source">
*) declaration, embedded in the document:
<csi ref="1_client_side_id">
** Example **
<html>
<head>
etc...
<HTMLfragment ref="1_client_side_id" href="the_source">
etc...
</head>
etc...
<!-- starts navigation bar -->
<csi ref="1_client_side_id">
<!-- ends the navigation bar -->
etc...
</html>
Received on Wednesday, 24 January 2001 14:21:48 UTC