Results 1 to 1 of 1
Thread: Java Applet re-creation problem
- 07-23-2007, 02:09 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 1
- Rep Power
- 0
Java Applet re-creation problem
Hi skilled,
At our project we use an Applet that resides in the iFrame. On the main page the iFrame is used to show an Applet.
There is a table with two cells, there is DIV in every cell with IDs “div1” and “div2” accordingly. The iFrame is in the "div1".
When we move an iFrame from “div1” to “div2” using the JavaScript code below:
div2.appendChild(
document.getElementById('myframe')
);
where ‘myframe’ is the iFrame ID, the Applet destroys and new one is being created. This leads to the loss of data that was stored in the applet before.
We need to avoid such a behavior of the Applet somehow or find a workaround to this problem.
This problem reproduces on SUN JVM 1.5.0.11 and 1.6.0.x.
Please share your ideas/suggestions with me – you will help us a lot.
Similar Threads
-
java applet button problem .. :( plz help!
By i4gotmyid in forum Java AppletsReplies: 1Last Post: 04-17-2008, 04:11 PM -
java applet button problem .. :( plz help
By i4gotmyid in forum New To JavaReplies: 0Last Post: 04-05-2008, 09:55 AM -
applet problem plz HELP
By shibajisanyal in forum Java AppletsReplies: 1Last Post: 01-09-2008, 01:47 AM -
Problem with run Java Applet
By Albert in forum Java AppletsReplies: 1Last Post: 07-13-2007, 03:06 PM -
Applet problem
By Ed in forum Java AppletsReplies: 2Last Post: 07-02-2007, 03:35 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks