问题
I would like to link to a specific photo gallery on a JS/CSS page.
If you go to witold.org -> "SHOW ALL PHOTO SERIES" -> "Indian Road Signs" a gallery of photos will load up.
Is there a way to link directly to this gallery so as to avoid the clicking through from the main page?
回答1:
No.
What you are requesting is a massive security violation. You are basically trying to set the current state of the page by calling this function: changeContent('series',10,'inrroadsigns');
from the url.
Duplicate question: Ways to insert javascript into URL?
来源:https://stackoverflow.com/questions/10167468/is-there-a-way-to-link-directly-to-specific-content-on-this-js-css-page