Currently I am doing my school project which need an applet to
connect and retrieve data from the MySQL database. I have created the
applet that can retrieve data which I had specified.
I have a page for user to login with their username and password and
then they will forward to another page which they can do a search and
retrive data which they request and bring them forward to another
page which have the applet and the applet need to get the information
from the previous page (what data they want) and then retrive the
data and display in the applet itself.
Now problem is, how am I going to let the applet to get the
information from the page.
Can anybody help me?