home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Javascript / JavaScriptEditor / jse_en28.exe / %MAINDIR% / Tutorial / NaviBar.js < prev    next >
Encoding:
Text File  |  2001-09-10  |  431 b   |  8 lines

  1. // Start HTML Code -------------
  2. document.writeln("<FORM NAME=\"BUTTONBAR\">");
  3. document.writeln("     <INPUT TYPE=\"BUTTON\" VALUE=\"BACK\" ONCLICK=\"history.back()\">");
  4. document.writeln("     <INPUT TYPE=\"BUTTON\" VALUE=\"HOME\" ONCLICK=\"location='home.htm'\">");
  5. document.writeln("     <INPUT TYPE=\"BUTTON\" VALUE=\"NEXT\" ONCLICK=\"history.forward()\">");
  6. document.writeln("</FORM>");
  7. // End HTML Code -------------
  8.