Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1356 Can I place all my external JavaScript *.js source files in an arhcive, as you can with Java class files?

You are here: irt.org | FAQ | JavaScript | Source | Q1356 [ previous next ]

Netscape Navigator and Internet Explorer both claim to support *.jar files, but only Netscape Navigator seems to work with them.

Place bar.js inside foo.jar and then use:

<script archive="foo.jar" src="bar.js"></script>

©2018 Martin Webb