It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

Problems with back button and forwarding

Problems with back button and forwarding

Postby justinblacke on Wed Feb 04, 2009 4:29 am

Hi all,

I a growing very frustrated with the following problem for which I cannot find a solution. Here is the scnario.

I have a webapplication that has an index page. So when I navigate to my application like <myapp> the index page fowards the request to <myapp>/page1.html.

Now if the user presses the back button on page1.html he/she is navigated to the index page which again will forward to page1.html which is not what we want. He/she should go back to the url they were at before accessing the webapplication.

I have tried to solve this issue with the history object amonget other things but nothing is working.

I really appreciate any feedback or help on this issue.

Cheers,
Justin
justinblacke
 
Posts: 2
Joined: Wed Feb 04, 2009 4:24 am

Re: Problems with back button and forwarding

Postby rangana on Wed Feb 04, 2009 4:54 am

Are you using a different page on index.html?

Why is it redirecting to page1.html?
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines

Re: Problems with back button and forwarding

Postby justinblacke on Wed Feb 04, 2009 5:27 am

rangana wrote:Are you using a different page on index.html?

Why is it redirecting to page1.html?


The requriment is that people access he application with just <myapp> but it needs to redirect to page1.html because that page is served by a servlet with more processing.
justinblacke
 
Posts: 2
Joined: Wed Feb 04, 2009 4:24 am

Re: Problems with back button and forwarding

Postby rangana on Wed Feb 04, 2009 5:37 am

Then, it explains the reason of your frustration.

You're history is fine, but since you set some redirection to <myapp>, then it will always redirect to the URL that you've set.
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines


Who is online

Users browsing this forum: No registered users and 1 guest