RE: client side includes

>You can implement such a feature by importing javascript files 
>from a .js,
>but I agree, it would be nice if there was something like this:
>
><link rel="import" type="text/html" href="file.html" />
>
>I like this idea better, because it's consistent with markup 
>which already
>exists.

I REALLY like this.  Using Javascript is a kludge of course and you can't
have any writespace in your string before document.write()'ing it out.
Allowing client side html inclusion duplicates some functionality of frames
but works better because this way it becomes inline with the rest of the
html.  Beautiful.
Dave

Received on Wednesday, 24 January 2001 16:28:15 UTC