RE: Getting back to the previous jsp

2001-01-20 Thread Randahl Fink Isaksen
Good idea - thanks. R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Wilson Sent: 19. januar 2001 19:27 To: Orion-Interest Subject: RE: Getting back to the previous jsp Try storing a "lastGUIPage" variable in the session. Have

RE: Getting back to the previous jsp

2001-01-20 Thread Randahl Fink Isaksen
But am I guarantied that this parameter is always set by the users browser? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Hogan Sent: 19. januar 2001 19:13 To: Orion-Interest Subject: Re: Getting back to the previous jsp It would

Re: Getting back to the previous jsp

2001-01-19 Thread Johan Fredriksson
If you're not using a lot of framesets and do not need to support all browser try using a javascript, like a href="javascript: history.back(-1);"Back/a I didn't quite understand your question, but I hope the answer will help you. regards Johan Fredriksson - Original Message - From:

RE: Getting back to the previous jsp

2001-01-19 Thread Tony Wilson
Try storing a "lastGUIPage" variable in the session. Have an include that is at the beginning of every GUI JSP page that sets this variable to the current script (Accessible through the HTTPRequest interface) Tony -Original Message- From: Randahl Fink

Re: Getting back to the previous jsp

2001-01-19 Thread Robert S. Sfeir
You can also store the referrer and send them back a page. Since that's where they came from, that's where they'll go back to. This way you don't have to be browser specific at all... but that's kinda ugly. R At 06:00 PM 1/19/2001 +0100, you wrote: If you're not using a lot of framesets and

RE: Getting back to the previous jsp

2001-01-19 Thread Jeff Schnitzer
should be an easier way to get the URL, but I haven't found it. Jeff -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 12:42 PM To: Orion-Interest Subject: Re: Getting back to the previous jsp You can also store the referrer and send th

RE: Getting back to the previous jsp

2001-01-19 Thread Tony Wilson
: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 12:42 PM To: Orion-Interest Subject:Re: Getting back to the previous jsp You can also store the referrer and send them back a page. Since that's