<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
The above is the use of JS implementation page jump all the code
Page jumps can also be achieved with plain HTML
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
The properties in the <meta> tag in HTML http-equiv The refresh of the properties in the property can not only complete the automatic refreshing of the page itself, but also implement the jump process between pages.
<meta http-equiv= "Refresh" content= "jump time; url= jump to Address"/>
Refresh indicates that the page refreshes, set the refresh time in the content and the refreshed link address, and the time and the link address are separated by semicolons. The time unit bit seconds.
I am original, the technology is limited, if there are errors, welcome to add correct.