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
			
			
									
						
										
						Next and Back script entry into menu
Back and forward in menu
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
			
			
									
						
										
						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