Sunday, 11 August 2013

Prevent java applet from being destroyed when container is hidden

Prevent java applet from being destroyed when container is hidden

i have a bunch if DIVs, each containing some text, a java applet (yuck...)
and some buttons; now i'm implementing a search function which dynamically
shows and hides those DIVs, but whenever i set display:none to a DIV, the
applet into it is immediately destroyed, as if it was removed from the
html code, and then recreated when the DIV is shown again. Is there a way
to prevent this?

No comments:

Post a Comment