Is there a way to link directly to specific content on this JS/CSS page?

蹲街弑〆低调 提交于 2019-12-12 03:03:35

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!