I want to access HTML elements from within my Java applet. Like I want to do following:
- Pass a value of text box to applet
- From applet I want to set some text inside an HTML page. Like applet takes some input from text box. Does processing and then print output as
href
on HTML page.
How can i do this?
I heard of some java library: http://java.sun.com/products/plugin/1.3/docs/jsobject.html.
But where can i download it from?