Does anyone know a tidy link to return a visitor too the last page visted. If
someone checks the FAQ or Privacy page, I'd like to return them to the
product page (or wherever).
Is it simple or another week of programming?
You might try inserting:
<a href="javascript:history.back()">Back</a>
And if that doesn't work, then google for "javascript back link" or some
other combination of words, for other references.
DavidF
> Does anyone know a tidy link to return a visitor too the last page visted.
> If
> someone checks the FAQ or Privacy page, I'd like to return them to the
> product page (or wherever).
>
> Is it simple or another week of programming?