Hello,
I am building an application which makes use of web objects, and they are working well - however I have a problem when I jump/navigate between pages. Here is the situation: After I have a web page loaded successfully in a web object, the user might want to click a button outside of the web object and jump to another page of the AMS project, do something there and jump back to the former page. In that moment, the web object reloads the page, and I need to avoid this somehow... In the web page runs a Java applet which makes download of several files on startup, which are then transferred again when the page is reloaded. What I seek is a way to "freeze" the web object (keeping all the data already downloaded), jump to the other page, jump back, and resume where the user had left the page, without reloads of the web page hosted by the web object.
Does anybody know of a way to achieve this?
Ulrich

Reply With Quote


