[thelist] best way to create "back" button

john-paul jwalton at four09.org
Thu Jul 11 17:37:01 CDT 2002


what is the best way to create a "back" button on a page? Is there any way
to do it without javascript? (ASP/PHP?)

if javascript is the only way, i have found that
<a href="#" onClick="javascript:history.back(1)">Back</a>
and
<a href="#" onClick="history.back(1)">Back</a>

don't work in netscape6 (mac)... and probably several other browsers....

oh yeah... i'd rather not use a form button...

:: john-paul
:: music :: http://www.mmodule.com
:: collective :: http://www.four09.org




More information about the thelist mailing list