RE: Using javascript to access applet methods..

2001-05-02 Thread Roger Smith
serv,Inc. > > -Original Message- > From: Jacob Nikom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 9:56 AM > To: kevin1 > Cc: [EMAIL PROTECTED] > Subject: Re: Using javascript to access applet methods.. > > > Look at URL: > http://developer.netsca

RE: Using javascript to access applet methods..

2001-05-02 Thread ken . vanallen
: Using javascript to access applet methods.. Look at URL: http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm "What Is LiveConnect? In the Navigator browser, LiveConnect lets you perform the following tasks: Use JavaScript to access Java variables, methods, classes

RE: Using javascript to access applet methods..

2001-05-02 Thread ken . vanallen
You need the LiveConnect classes found in jaws.jar I have been successfully using this to embed application rules and logic in web applications, and to actually write out the user interface. It works great. You can find some sketchy information on the web by searching on "JSObject". If you have

Re: Using javascript to access applet methods..

2001-05-02 Thread Jacob Nikom
Look at URL: http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm "What Is LiveConnect? In the Navigator browser, LiveConnect lets you perform the following tasks: Use JavaScript to access Java variables, methods, classes, and packages directly. Control Java applets