I think everyone knows about redirection, especially in page jumps, which plays an extremely important role. Here are a few good common HTML redirection links. Friends who need them can refer to them
The code is as follows:
window.location.href="zcbfH.jsp";//在本框架中重定向 onclick="top.mainFrame.location='<%=path %>/login.jsp'";//从某个框架中重定向到mainFrame框架中 onclick="top.window.location='<%=path %>/login.jsp'"//从某个框架中重定向到整个页面中
For more code analysis of several commonly used redirect connection examples in HTML, please pay attention to the PHP Chinese website for related articles!