Hi All,
In My project, i am loading an applet in a HTML page using applet tag.
And I am passing parameters to applet while loading the applet.
In this project , this applet will do processing based on parameters and then finally i need to return back the result from applet to the browser window.
Is it possible to do so....? IF so plz suggest how to achieve it..
Thanks in advance .