in my
applet if a user clicks the browser back button, i assume my applet stop() method gets called
inside that stop() method i have made a posting to a
jsp page, but it doesnt seem to work, is what i am doing possible ?
all other applet-jsp communications work fine except in this case.
thanks