Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:21
Next and Back script entry into menu
Poster: MsKitti
Dated: Thursday October 17 2002 - 5:02:40 BST
How do you put this script into the menu and work. I have tried and had no success.
Here is the script itself:
href="javascript:history.go(-1);"
href="javascript:history.go(+1);"
Please help,
Ms. Kitti
Back and forward in menu
Poster: MsKitti
Dated: Thursday October 17 2002 - 22:15:52 BST
I have figured it out. I will add it here for others who may benefit by using them.
This is the back and foward script that you normally insert in a webpage:
<a href="javascript:history.go(-1);" title="go back to previous page">Back</a>
<a href="javascript:history.go(+1);" title="go to next page">Forward</a>
This is how you insert the code in the menu:
," Back ","javascript:history.go(-1);",,,1
," Next ","javascript:history.go(+1);",,,1
I am not using this menu on my website, but on a clients website.
See it in action here: http://www.mptinc1.com/index.shtml
Ms. Kitti
http://www.vizualelements.com