|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Creating Link from Galleries
Does anyone know how to create a link from a gallery?
I would like like visitors to be able to link back to the site that they came from... |
|
|
|
|
#2
|
||
|
Darth SLR
|
May I ask why?
Quote:
Otherwise just google for "javascript back", you'll find a lot of code snippets, like this one: Code:
< form > < input type="button" value="Back" onclick="history.back()" > < /form > <form> <input type="button" value="Back" onclick="history.back()"> </form> HTH
__________________
"May the f/stop be with you!" Star*Explorer: on Dgrin, home; Master Class: open; Class is in session, My Facebook, @DarthSLR, #NiksTips member: NAPP, PPA, partner: Adobe Comprehending life, universe and everything - one pixel at a time |
|
|
|
||
|
#3
|
||
|
SmugMug CEO & Chief Geek
|
Quote:
Alternatively, you can build the URL manually. The form is always of: [PROTOCOL]://[HOSTNAME]/gallery/[ALBUMID]/{PAGE}/{IMAGEID}/{SIZE} Where: PROTOCOL = http HOSTNAME = NICKNAME.smugmug.com OR www.smugmug.com OR custom domain ALBUMID = the # of the gallery *PAGE = the page # *IMAGEID = the specific photo # *SIZE = what size of photo is desired. {} * = optional Don |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|