From: Pat Jones on
Hi;

I need to add a back button or text link so that the previously viewed page
can be loaded. There must be a simple code for that, but I can't recall it.

thanks;

Pat


From: DTB-K on

Try this:

<a href="javascript:history.go(-1)">Back</a>

David



"Pat Jones" <Pat(a)marketingguy.org> wrote in message news:fvsqpv$pen$1(a)forums.macromedia.com...
> Hi;
>
> I need to add a back button or text link so that the previously viewed page can be loaded. There must be a simple code for that,
> but I can't recall it.
>
> thanks;
>
> Pat
>