home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / jvscript116beta / JvScript / !JvScript / Resources / Scripts / Buttons / 2 < prev    next >
Encoding:
Text File  |  1999-06-21  |  367 b   |  13 lines

  1. #newformat
  2. # © Geoff Youngs, 1999
  3. _description:Add history navigation buttons to the page
  4. _title:Back/Forwards
  5. _caption:Back button
  6. _caption:Forward Button
  7. _insert-in:inbody
  8. <FORM METHOD="POST">
  9. <INPUT TYPE="button" VALUE="¤caption_object$(1)¤" onClick="history.go(-1)">
  10. <INPUT TYPE="button" VALUE="¤caption_object$(2)¤" onClick="history.go(1)">
  11. </FORM>
  12. _end-insert:
  13.