Rumah > Artikel > hujung hadapan web > html怎样重定向连接
这次给大家带来html怎样重定向连接,html重定向连接的注意事项有哪些,下面就是实战案例,一起来看一下。
代码如下:
window.location.href="zcbfH.jsp";//在本框架中重定向 onclick="top.mainFrame.location='<%=path %>/login.jsp'";//从某个框架中重定向到mainFrame框架中 onclick="top.window.location='<%=path %>/login.jsp'"//从某个框架中重定向到整个页面中
相信看了这些案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!
相关阅读:
div标签中的元素margin-top失效的解决方法
Atas ialah kandungan terperinci html怎样重定向连接. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!