Hi All, We are using object tag in html and loading our own cab file. In java script events from the cab file are handled. There is a pop window which loads this cab file.
The problem now is if we close and open again and again the pop up window
the events are not caught by the script. Any one faced this problem before?
The problem might be because old object is already there in the memory
and it is not released and the events are going to old html only.
regards
Ganesh

