Show a Java applet on clicking on HTML Text elements
Hi,
I am trying to make a jquery plugin for which the description is given below. I haven't had much experience working in jQuery so I really needed some help.
Here is a Java Applet I am talking about:
http://www.inference.phy.cam.ac.uk/dasher/TryJavaDasherNow.html
The applet does some operation the result is shown in the text box in the applet.

Consider a virtual keyboard which comes up when the user clicks on a text box or a text area element.
For eg:

Similarly, I wanted that the applet should appear when the user clicks on TextBox/TextArea element and after some operations, the result in the applet text box should go into the html text element.
I hope I am able to make myself clear. Please help me regarding this. I haven't been working with jQuery but this can be done with its use.