Auto-redirect to another HTML page

前端 未结 7 582
眼角桃花
眼角桃花 2020-12-13 12:58

What is the syntax for making a page auto-redirect to a different HTML file in a separate folder? All of my searching returns how to redirect from one website to another.

7条回答
  •  悲哀的现实
    2020-12-13 13:32

    If you want to redirect your webpage to another HTML FILE, just use as followed:

    
    

    2 being the seconds you want the client to wait before redirecting. Use "url=" only when it's an URL, to redirect to an HTML file just write the name after the ';'

提交回复
热议问题