RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-25 Thread Trieu, Danny
EMAIL PROTECTED]Subject: Re: Can anyone help with solving the "BACK" button problem, in th e browser? Hi Smith Could u please send the javascript code related to back button problem. Thanks Eda   Spencer Smith <[EMAIL PROTECTED]> wrote: That won't w

Re: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-25 Thread Eda Srinivasareddy Eda
using javascript.   If you want, I can send you the code I use. - Original Message - From: Thane Eisener To: '[EMAIL PROTECTED]' Sent: Thursday, June 07, 2001 10:12 AM Subject: RE: Can anyone help with solving the "BACK" button problem, in th e browser? Oops, I guess I

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-10 Thread Dudley [EMAIL PROTECTED]
thanx, appreciate the suggestion -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 10, 2001 1:47 AM To: '[EMAIL PROTECTED]' Subject: RE: Can anyone help with solving the "BACK" button problem, in th e browser? On Fri, 8 Jun

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-09 Thread Craig R. McClanahan
On Fri, 8 Jun 2001, Dudley Butt@i-Commerce wrote: > yes, but this is a form that is being filled in like a wizard type of thing, > i need the form to be session > any ideas, for an alternative? > The alternative approach is to have *all* of the input fields for the entire wizard included on e

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-08 Thread Dudley [EMAIL PROTECTED]
al Message - From: "Dudley Butt@i-Commerce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 5:34 AM Subject: RE: Can anyone help with solving the "BACK" button problem, in th e browser? > well, this will blow all your socks off. >

Re: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-08 Thread Jeff Trent
ot;William Jaynes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 7:40 AM Subject: Re: Can anyone help with solving the "BACK" button problem, in th e browser? > Just a comment... Looks like your method of checking the RefreshOption >

Re: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-08 Thread William Jaynes
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 5:34 AM Subject: RE: Can anyone help with solving the "BACK" button problem, in th e browser? > well, this will blow all your socks off. > I got something to work, and remaining in line with my "REDUCE THE

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-08 Thread Dudley [EMAIL PROTECTED]
Title: RE: Can anyone help with solving the "BACK" button problem, in th e browser? the solution i posted means that the user can push the BACK button, but we have full control via the actionhandler, as to how much processing we will allow the user to perform, simply just by evalu

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-08 Thread Dudley [EMAIL PROTECTED]
Title: RE: Can anyone help with solving the "BACK" button problem, in th e browser? well, this will blow all your socks off. I got something to work, and remaining in line with my "REDUCE THE JAVASCRIPT" policy here is what i did...   I just plugged some code into

Re: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-07 Thread Spencer Smith
Title: RE: Can anyone help with solving the "BACK" button problem, in th e browser? That won't work.  I solved the problem using javascript.  Javascript doesn't cache like JSP pages does, so you can get around this problem using javascript.   If you want, I can send

Re: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-07 Thread Peter Alfors
no-cache"); > > Hope it helps, > Thane > > -Original Message- > From: Peter Alfors [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 07, 2001 11:35 AM > To: [EMAIL PROTECTED] > Subject: Re: Can anyone help with solving the "BACK" button problem, &g

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-07 Thread Thane Eisener
Title: RE: Can anyone help with solving the "BACK" button problem, in th e browser? Oops, I guess I should test before I post. It looks like newer browsers don't support this as a META tag only as a header. I added the following to one of my action classes and the perfo

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-07 Thread Thane Eisener
Title: RE: Can anyone help with solving the "BACK" button problem, in th e browser? Try putting both of the following in the element of your page. Please let us know if it works. From the HTTP1.1 spec: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32 14.32

Re: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-07 Thread Peter Alfors
Thane , I am using: in my header, and my action is not re-executed when I use the browser back button. Is there another option I should be using? thanks, Pete Thane Eisener wrote: > > > I seem to recall a META tag called something like pragma-no-cache that > you can embed in your pag

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

2001-06-07 Thread Thane Eisener
Title: RE: Can anyone help with solving the "BACK" button problem, in the browser? I seem to recall a META tag called something like pragma-no-cache that you can embed in your page which will force the page to reload (not just display a snapshot). This should enable handling the situation in