Topic: back button

is it possible to get the back button to go to the previous page rather than a url.

i would like to have access to a specific gallery from two different pages, and would like the back button to go back to either page and not just to one url.

Re: back button

Yes. You can have the Back Button act like a browser's back button by using either of the following:

backButtonUrl="javascript: history.back();"

... or:

backButtonUrl="javascript: history.go(-1);"