agrewing
10-15-2003, 01:03 PM
Hello,
I am looking for a way to use the code below to simulate the use of the "Back" button of my browser which in general works okay:
<a href="javascript:history.back()>
However, I have not been able so far to make the browser jump back to the TOP of the previous page instead of to where I "left" it.
My thinking was that maybe the following would work, but it does not seem so:
<a href="javascript:history.back()" target="_top">
Does anyone know a solution to this question / have the correct code for me?
Thanks very much!!!
Andreas
I am looking for a way to use the code below to simulate the use of the "Back" button of my browser which in general works okay:
<a href="javascript:history.back()>
However, I have not been able so far to make the browser jump back to the TOP of the previous page instead of to where I "left" it.
My thinking was that maybe the following would work, but it does not seem so:
<a href="javascript:history.back()" target="_top">
Does anyone know a solution to this question / have the correct code for me?
Thanks very much!!!
Andreas