RE: client side includes

That would probably make me wet my pants out of excitement. 

-----Original Message-----
From: www-html-request@w3.org [mailto:www-html-request@w3.org]On Behalf
Of Ignacio Javier
Sent: Wednesday, January 24, 2001 2:20 PM
To: Html Mailing List
Subject: 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:52:47 UTC