home *** CD-ROM | disk | FTP | other *** search
- [DESCRIPTION]Creates buttons which move a frame back or forward in the browser history. Especially useful for I-Frames.[/DESCRIPTION]
-
- [HEAD CODE][/HEAD CODE]
-
- [BODY CODE]<form>
- <INPUT TYPE="button" VALUE="BACK" onClick="parent.myframe.history.back()">
- <INPUT TYPE="button" VALUE="FORWARD" onClick="parent.myframe.history.forward()">
- </form>[/BODY CODE]
-
- [NOTES]Replace "myframe" with the name of your frame.[/NOTES]