How can an applet communicate with a Browser Plugin, which happens to be written in C++?
Location: http://www.jguru.com/faq/view.jsp?EID=297830 Created: Jan 9, 2001 Modified: 2001-01-09 14:17:39.699 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by ajay sharma (http://www.jguru.com/guru/viewbio.jsp?EID=118575 Since JavaScript can communicate with Plugins and Applets can communicate with JavaScript, use JavaScript as the go-between to communicate with the plugin. Technically speaking, the fact that the Plugin is written in C++ is irrelevant.
Related Questions
- Why does my browser crash instead of loading InStream or the Java applet will load but nothing happens?
- Why does my browser crash instead of loading InStream or the Java applet will load but nothing happens?
- I have registered the plugin successfully, but still can’t get my applet to work with my browser. Why?