iframe是怎么跳转的

Posted 星辰海

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iframe是怎么跳转的相关的知识,希望对你有一定的参考价值。

在main.jsp中

    <iframe frameborder="0" marginheight="0" marginwidth="0" width="100%"
        height="74px" scrolling="no" src="${pageContext.request.contextPath}/jsp/admin/goods/top.jsp"></iframe>

    <iframe frameborder="0" marginheight="0" marginwidth="0" width="160px"
        height="550px;" scrolling="no" src="${pageContext.request.contextPath}/jsp/admin/goods/left.jsp"
        style="float: left;"></iframe>
    <iframe name="Right" frameborder="0" marginheight="0" marginwidth="0" width="1050px"
        height="540px;" scrolling="no" src="${pageContext.request.contextPath}/jsp/admin/goods/welcome.jsp"
        style="float: left;padding-top: 10px; padding-left: 5px;"></iframe>

在left.jsp中

<a href="${pageContext.request.contextPath }/Users/getAllUsers?page=1&status=0" target="Right">${a.fun_name}</a>

跳往name="Right"的iframe中

以上是关于iframe是怎么跳转的的主要内容,如果未能解决你的问题,请参考以下文章

iframe窗口跳转的问题

jsp中iframe页面跳转的问题

nodejs怎么在页面跳转的时候,浏览器地址不跳转

nodejs怎么在页面跳转的时候,浏览器地址不跳转

实现了iframe的页面跳转的功能

如何减少页面之间跳转的延迟(片段/活动)