Posted By:
Anonymous
Posted On:
Monday, September 3, 2001 11:54 AM
New Document Hi Guys !!! Workin on an application where the applet needs to invoke the destroy() method and in turn passes values to the servlet.This works as desired when the applet is invoked using the following applet tag : However,when the tag is used "the destroy() is not invoked when the user closes the browser".However,noticed a strange thing happen ie."the destroy() got invoked in this case but provided that a new window was opened through File ->New-> Window or pressing Ctrl ^ N" and then when any one of the two windows were closed then the destroy() got invoked".Can't figure out why this is happening ??? Following is the tag in use :
More>>