0

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?

RIDER
  • 159
  • 3
  • 9
  • 1
    possible duplicate of [Ways to insert javascript into URL?](http://stackoverflow.com/questions/705533/ways-to-insert-javascript-into-url) – Travis J Apr 16 '12 at 00:48

1 Answers1

0

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?

Community
  • 1
  • 1
Travis J
  • 81,153
  • 41
  • 202
  • 273
  • Thanks for the other link. I was keeping my fingers crossed that there might be some work around... – RIDER Apr 16 '12 at 01:08