Calling java applet through javascript and launching on webpage
Java applet is not being supported by many browsers. So can we call java applet from javascript and then embed the javascript code into the webpage to display the java applet content?
Aditya