在JavaScript中指定引用页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在JavaScript中指定引用页相关的知识,希望对你有一定的参考价值。

This script informs your visitor that a given page may be reached only from the page that you specify. Paste this code before the ending tag on the page:
  1. <script type="text/javascript">
  2. var allowed_referrer = "http://www.yourdomain.com/referring_page_name.html";
  3. if(document.referrer.indexOf(allowed_referrer) == -1){
  4. alert("You can access this page only from " + allowed_referrer);
  5. window.location = allowed_referrer;
  6. }
  7. </script>

以上是关于在JavaScript中指定引用页的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript 在JavaScript中指定引用页面

ExtJS - app.json 中指定的 JavaScript 资产未加载?

是否有在 JavaScript 中指定作者、日期或代码来源的约定?

如何删除PDF文档中指定的一页文件?

在“引用”迁移中指定列名

在 Meteor (JavaScript) 中指定内容类型