Posted By:
neal_ravindran
Posted On:
Tuesday, March 18, 2003 05:45 AM
How can I stop an applet right after it has been invoked in a jsp page?(The applet inits fine on the page and does its job on first invocation, but when I come back to the page again, it says the applet is 'notinited'...and I think it is probably because it has not been stopped properly after the first invocation, the applet is in this 'notinited' status on second invocation.)