Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-25-2002 09:23:11

Guest
Guest

Need Back Button

Ok, I have a client with a large number of items in each of the catagories, he wants the user to be able to view an item and then just hit a button, (not "the" browser back button) to go back to the catagory that they just looked at.  Working like "the" browser back button.

Is this a possibility?  How tough would it be?

 

#2 06-25-2002 10:25:44

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19970
Website

Re: Need Back Button

In the Store Header element, you can insert a button that will show up at the top of all store pages.  Try inserting this code at the bottom of your store header element (either with or without tracking - depending on whether you're using order tracking):

### CUT

<CENTER><A HREF="javascript:history.go(-1)">Back to Previous Page</A></CENTER><BR>

### CUT


Nick Hendler

Offline

 

#3 06-27-2002 12:13:38

Guest
Guest

Re: Need Back Button

Thank you very much.  Worked great.

 

Board footer