Here's any easy way to use the back and forward buttons in
frames. These buttons have to go into another frame other than the main
frame, they won't work without frames! A working example is down in the
lower left hand corner. Just copy this code and change FRAME TARGET NAME
to the name of the frame that you want to go back and forward.
This button opens a new window where you can
control its properties (scrollbars, size, status...). To do that, answer
yes or no, or change the numbers. You can also make the window open to a
link or a file.
<FORM>
<INPUT
TYPE="BUTTON"
VALUE="Open Window" onClick="open('YOUR
LINK GOES HERE', 'Sample',
'location=yes,scrollbars=yes,width=635,height=660')">
</FORM>