I have an embedded back button with the following
<a href="javascript:history.back()">
but when I go outsode of the domain, the back doesn't work (i.e. it just brings up a 404 no find page) - is there a better 'back' functionality with javascript that I can put in, to more approximate a browser's 'back?'
Thanks for any answers!
Ethan
<a href="javascript:history.back()">
but when I go outsode of the domain, the back doesn't work (i.e. it just brings up a 404 no find page) - is there a better 'back' functionality with javascript that I can put in, to more approximate a browser's 'back?'
Thanks for any answers!
Ethan