is there a way to install a back button to return to previous pag.

S

Steppenwolf

I have a publication with several pages in one document I have links from
within the multi doc to a single page. Can I instll a back button to return
me to a specific page within the multi doc. Like the back button on Explorer
to return to previous page.
 
D

DJY\(www.windowsmce.com\)

<INPUT TYPE="button" VALUE="Go back" ONCLICK="history.back(3)"
NAME="button">
 
Top