RE: Bowser back buttons and jsp

2001-02-22 Thread Ray Brown
What is an example of the errors? I use a nice freebie menu system, written in JavaScript, for my apps and if the user uses the "Back" button (provided by the browser) and the page has not fully been written by the browser, the browser decides not to display the page at all. If you request to

RE: Bowser back buttons and jsp

2001-02-22 Thread Kev Roberts
to this, and can easily be extended to cope with both forward and backward navigation. If that doesn't make sense then give me a shout, Kev -Original Message- From: Ray Brown [mailto:[EMAIL PROTECTED]] Sent: 22 February 2001 00:44 To: Orion-Interest Subject: RE: Bowser back buttons and jsp

RE: Bowser back buttons and jsp

2001-02-22 Thread Matt MacGillivray1
Title: RE: Bowser back buttons and jsp I've run into similar problems and decided to deal with it through javascript, hoping the user won't open the page in a new browser window. Although, you can still deal with that problem through javascript. You get rid of the back button problem