Hi all
I'm trying to pass parameters from
java to javascript,i need to include Netscape package in my CLASSPATH to get JSObject.class.
I uncompressed java40 that comes with Netscape installation and i got JSObject class and i put it in the same directory as my other files(Java & html files).
When i compile the java class i'm getting JSObject class not found.
How can i include that package in my class to get JSObject class.
Thanks
alot for your time.