tedster

msg:4151574 | 6:21 am on Jun 12, 2010 (gmt 0) |
My first suspicion is <link rel="prev" href="page.html"> in the <head> - not sure about that, however.
|
myrrh

msg:4151823 | 11:43 pm on Jun 12, 2010 (gmt 0) |
| My first suspicion is <link rel="prev" href="page.html"> in the <head> - not sure about that, however. |
| I tried that and it did not work.
|
tedster

msg:4151827 | 11:48 pm on Jun 12, 2010 (gmt 0) |
Does this happen on all browsers?
|
myrrh

msg:4151829 | 12:06 am on Jun 13, 2010 (gmt 0) |
I have only Firefox and IE and it does not happen on IE.
|
kaled

msg:4151924 | 12:44 pm on Jun 13, 2010 (gmt 0) |
Most likely it's a javascript redirect... location.replace() should be used and will ensure that the back button remains gray, however, if location.href is assigned instead, the back button will be enabled. Opera may behave differently - I haven't checked for years but it certainly used to. Kaled.
|
penders

msg:4151934 | 1:41 pm on Jun 13, 2010 (gmt 0) |
| Most likely it's a javascript redirect... |
| Yes, I would also guess that it was some kind of redirect. Is the URL in the link that you click on different to the URL that you ultimately end up at?
|
|