Hello all,
I am developing 3-tier application using
servlets to have a hands-on experience. I wanted to test/use the concepts of both
applet and html in the User Interface part.
I developed an applet based frontend. The servlet processes the request, retrieves data from databsebase, formats the result in html tags and sends it. Now i want to display the results as HTML form instead of applet. How can i make my applet process this html and display the result.
please help.
regards
Sankar