在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:
if(document.referrer.indexOf(allowed_referrer) == -1){ alert("You can access this page only from " + allowed_referrer); window.location = allowed_referrer; } </script>
以上是关于在JavaScript中指定引用页的主要内容,如果未能解决你的问题,请参考以下文章
ExtJS - app.json 中指定的 JavaScript 资产未加载?