How to make JS page redirect trigger before page load

后端 未结 2 1776
生来不讨喜
生来不讨喜 2021-01-15 21:13

I am using the following script to redirect visitors of a page to another page on first visit, however it loads the index.html page first, and then triggers the redirect. Ca

2条回答
  •  庸人自扰
    2021-01-15 21:59

    Try this How to Run a jQuery or JavaScript Before Page Start to Load.

    Btw. if you want redirect without displaying page you must use php with cookies check.

提交回复
热议问题