home *** CD-ROM | disk | FTP | other *** search
- #newformat
- # © Geoff Youngs, 1999
- _description:Add history navigation buttons to the page
- _title:Back/Forwards
- _caption:Back button
- _caption:Forward Button
- _insert-in:inbody
- <FORM METHOD="POST">
- <INPUT TYPE="button" VALUE="¤caption_object$(1)¤" onClick="history.go(-1)">
- <INPUT TYPE="button" VALUE="¤caption_object$(2)¤" onClick="history.go(1)">
- </FORM>
- _end-insert:
-