client side includes

***********************************************************
    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