How to close the browser from an Applet?
I am having an Applet which is loaded in Browser?
If I try to close the Applet which is running in Browser using
"System.exit(0);"
It is closing all the Currently running Browser applications.
which i dont want to do,
Please tell me an alternative?
Its urgent

