how to get the previous page URL in IE using javascript where the condition is history.back shouldn't be used & REFERRER is not working.
views:
50answers:
1
A:
history.previous
should give you the URL of the previous page without actually going there. It seems though that there are some security issues with that; I got "permission denied". Another thing to try is history[0]
.
JacobM
2010-07-21 14:35:12
i tried but its nt working.
Arko
2010-07-21 14:36:48
Updated to add another option.
JacobM
2010-07-21 16:28:34
for the both case the permission is denied in IE7 and Mozila Firefox.
Suvonkar
2010-07-22 07:15:06