I had the same problems and I let the frame servlet expire after 8 hours (a normal
working day). In that case the browser won't request a new page from the server.
regards,
janco
Suchi wrote:
> Hi!
>
> I have tried the following, I have a parent html page, say Parent.html which has
>three fra
Suchi wrote:
> Hi!
>
> I have tried the following, I have a parent html page, say Parent.html which has
>three frames in it, respectively serving servlet1, servlet2 and servlet3. Now on
>servlet3's html page I have a button that loads servlet4 in frame 3. I click on that
>button and servlet4 i
Hi!
I have tried the following, I have a parent html page, say Parent.html which has three
frames in it, respectively serving servlet1, servlet2 and servlet3. Now on servlet3's
html page I have a button that loads servlet4 in frame 3. I click on that button and
servlet4 is loaded in frame 3. I