Restricting access to page unless coming from a specific page

后端 未结 5 1779
忘掉有多难
忘掉有多难 2021-01-22 12:27

I\'m trying to figure out how to restrict access to a page unless the page is navigated to from a specific \"gate\" page. Essentially I want the page to be unaccessible unless y

5条回答
  •  耶瑟儿~
    2021-01-22 13:19

    document.history.previous should give you the URL of the last document in the history object. Otherwise, there's no better way of doing it via HTML and Javascript.

提交回复
热议问题