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是怎么跳转的的主要内容,如果未能解决你的问题,请参考以下文章