Graphical Back and Forward Buttons


This page allows you to go back or forward to pages in the history list. These should be equivalent to the back and forward arrow buttons in the browser's toolbar.

 

  • Source

    <HTML>
    <HEAD><TITLE>Graphic Back and Forward Buttons</TITLE>
    </HEAD>
    <BODY>
    <H1>Graphical Back and Forward Buttons</H1>
    <HR>
    This page allows you to go back or forward to pages in the history list.
    These should be equivalent to the back and forward arrow buttons in the
    browser's toolbar.
    <HR>
    <A HREF="javascript:history.back();">
      <IMG BORDER = 0 SRC="left.gif">
    </A>
    <A HREF="javascript:history.forward();">
      <IMG BORDER = 0 SRC="right.gif">
    </A>
    <HR>
    </BODY>
    </HTML>