Re: Servlet-HTML refresh functionality

1999-09-21 Thread Janco Tanis
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

Re: Servlet-HTML refresh functionality

1999-09-17 Thread Craig R. McClanahan
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

Servlet-HTML refresh functionality

1999-09-17 Thread Suchi
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