Javascript; Sending user to another page

前端 未结 6 2120
情深已故
情深已故 2021-02-19 01:07

I am trying to send a user to another page using a Javascript Function:


<         


        
6条回答
  •  佛祖请我去吃肉
    2021-02-19 01:55

    You can also use a meta refresh tag to redirect.

    
    

    Will redirect to the site http://other-domain.com after two seconds.

提交回复
热议问题