home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / Topware / aspedit / _SETUP.1 / Back0and0forward0buttons.snp < prev    next >
Text File  |  2000-02-01  |  145b  |  5 lines

  1. <FORM>
  2.   <INPUT TYPE="button" VALUE="Back" OnClick="history.go(-1)">
  3.   <INPUT TYPE="button" VALUE="Forward" OnClick="history.go(1)">
  4. </FORM>
  5.