Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] including javascript from client


  • From: javascript@xxxxxxxxxx (Olivier Marie)
  • Subject: [Javascript] including javascript from client
  • Date: Thu, 21 Feb 2002 16:04:22 +0100

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