In reference to my previous posting about history.back with password that can't work, i may have found a way around somehow.
Is it possible with javascript to open a page based upon the last url in the history list?
Example:
i'm on the page index.htm
The previous page i've loaded is test.htm
When i click the next button, i get forwarded to test.htm again.
Same example as above, but with the previously loaded mine.htm as URL. When i click next i go to mine.htm again.
Is this possible? I think it would bypass my previous problem.
Is it possible with javascript to open a page based upon the last url in the history list?
Example:
i'm on the page index.htm
The previous page i've loaded is test.htm
When i click the next button, i get forwarded to test.htm again.
Same example as above, but with the previously loaded mine.htm as URL. When i click next i go to mine.htm again.
Is this possible? I think it would bypass my previous problem.