Re: script tag - archive attribute

Stephen Battey wrote:
> Looking at it from a different point of view, though, the ability to zip-up
> a set of JavaScript files and reference the whole archive from a single zip
> file, downloaded once and then cached is superb.

Use server-side includes. Reference one file from your HTML pages and 
have that file include all your other script files.

/Jonas

Received on Thursday, 23 January 2003 10:44:16 UTC