Hello, I was wondering if there's a way to use the meta tag to go back. I know you can refresh to a new page but I would like to have the user go back instead. Is this possible? Thanks!
<meta http-equiv='Refresh' content='0;url=javascript:history.go(-1)'>
if javascript is on
Thanks! That will work for what I'm doing. I appreciate your help!