码迷,mamicode.com
首页 > 其他好文 > 详细

iframe是怎么跳转的

时间:2017-08-22 00:20:45      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:idt   iframe   contex   log   main   logs   name   order   status   

在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是怎么跳转的

标签:idt   iframe   contex   log   main   logs   name   order   status   

原文地址:http://www.cnblogs.com/bluedeblog/p/7407167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!