hinclude

Tired of regenerating HTML pages from templates? Want more from Web caches? HInclude makes one thing very easy; including other bits of HTML into your Web page, using the browser.

http://www.mnot.net/javascript/hinclude.html


Functions

f include(url, default='') ...

Do a client-side include of url, defaulting to default` >>> include("/foo","hello") '<hx:include src="/foo">hello</hx:include>'

See the source for more information.