Viewing Using a \"Go Back\" button for 2 different pages

Using a \"Go Back\" button for 2 different pages



User: Christopher 10 years ago
I have a photo gallery that I'm hyperlinking to from a movie page. But I've also included it in a Gallery directory as with all my albums. I created a Go Back button and initially used it as a shortcut back to the movie page. But what if people are coming from the Gallery? How do I send them back there with this button? In circumstances like this, is it common procedure to just duplicate the photo album so I can link one back to one page, the other to another? Surely there's a better way!

-------------------------------
rMBP 15", 2.6 Ghz, 16 GB RAM, OS X 10.11.6, with 27" Thunderbolt Cinema Display

www.cleetche.com
User: Paul-RAGESW 10 years ago
Although I haven't test this at all, set the link to an External link and enter this in the field;

java script: history.go(-1)

Last edit 10 years ago

-------------------------------
Paul
EverWeb Developer
User: Roddy 10 years ago
Quote:
Although I haven't test this at all, set the link to an External link and enter this in the field;

java script: history.go(-1)


It will work if you remove the space between "java" and "script"!

java script: history.go(-1

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Paul-RAGESW 10 years ago
The forums seems to be putting a space there, I'm not sure why. But Roddy is right, there shouldn't be a space between java and script.

-------------------------------
Paul
EverWeb Developer
User: Christopher 10 years ago
Perfect! Thanks

-------------------------------
rMBP 15", 2.6 Ghz, 16 GB RAM, OS X 10.11.6, with 27" Thunderbolt Cinema Display

www.cleetche.com


Post Reply
You must login or signup to post.