A working back to previous page
-
Hi
I have tried these 2 options: Number 2 do not work, and for some strange reason, option 1, works one time, and that is after publishing, after that one click, it do not work anymore… Even after that first click, i can see in my page editor that this code:
<a href="javascript:javascript:history.go(-1)">Click here to go back to previous page</a>
becomes this code<a>Click here to go back to previous page</a>
The other option were this code, but it did not work
<a href="<?php print $_SERVER['HTTP_REFERER'];?>">Go back</a>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘A working back to previous page’ is closed to new replies.