[Javascript] including javascript from client

Olivier Marie olivier.marie at ulysse.u-bordeaux.fr
Thu Feb 21 09:04:22 CST 2002


Hi

I need to get some parametres from a client which is using a data CD package
from me.

I put on the cd a javascript file "cdpackage.js" which contains :
var package_id=5;

I get it with the following command :
<script type="text/javascript" language="javascript"
src="[drive]:/cdpackage.js"></script>

It works greet with Internet explorer 5 and 6 but not with Netscape 4 or 6.
Do you have a way to make it works on Netscape ?
I tried src:file:///d:/cdpackage.js, it works only if the page is local file
too.

Thanks for your ideas
Olivier




More information about the Javascript mailing list