Next and Back script entry into menu

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
MsKitti
Advanced
Advanced
Posts: 22
Joined: Wed Oct 09, 2002 2:46 am
Location: Houston, TX
Contact:

Next and Back script entry into menu

Post by MsKitti »

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
User avatar
MsKitti
Advanced
Advanced
Posts: 22
Joined: Wed Oct 09, 2002 2:46 am
Location: Houston, TX
Contact:

Back and forward in menu

Post by MsKitti »

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:

,"&nbsp;Back&nbsp;&nbsp;","javascript:history.go(-1);",,,1
,"&nbsp;Next&nbsp;&nbsp;","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

Imagehttp://www.vizualelements.com
Post Reply