Posted By:
Anonymous
Posted On:
Saturday, October 9, 2004 06:57 PM
Hi guys, I am doing a small project for my course in java.
I need to know whether i can call an applet
from the one that is currently running.
For Eg.Assume there is a password verification form which will validate the user.When i click on submit it takes me to
another page where there is a list of operation i can
perform.Can this another page be an applet??
At present we have done this using a single applet by
making the controls enabled and disabled every time.