This sample is located in \Samples\Scripting\ScriptDebugger.
Description
Using the Sample
Key Project Files
Technologies Demonstrated
This sample shows how a Java applet can communicate with Microsoft® JScript® content on an HTML page by reading and setting the contents of a text field.
JavaTest.cab
The Java applet packaged in a cabinet (.cab) file.
JavaTest.javaThis Java applet implements a single method called by the JScript. The JScript method uses the com.ms.com.Dispatch class to access the script code through the script's exposed IDispatch interface.
This sample shows: