- From: Craig Brozefsky <craig@onshore.com>
- Date: Thu, 16 Apr 1998 21:09:56 -0400 (EDT)
- To: LuG PaJ <LuGPaJ@TOP100.net>
- cc: www-html@w3.org
On Fri, 17 Apr 1998, LuG PaJ wrote:
> hi
> you can also try to use javascript
> you can write in your html file
> <SCRIPT SRC="example.js">
> </SCRIPT>
>
> and create a new example.js file which includes:
> document.write('<HERE YOU CAN WRITE ALL HTML TAGS>')
I think the point is to make it browser independent, and thus not require
that the browser either assemble the componenets itself, or kluge it
together with some one-off scripting language.
The Apache XSSI are very nice indeed, and we use them extensively.
Received on Friday, 17 April 1998 04:17:56 UTC