码迷,mamicode.com
首页 > Web开发 > 详细

jsp重新打开一个新的页面

时间:2018-08-25 20:05:09      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:文档   nbsp   浏览器   set   lan   实现   去掉   窗口   显示   

有以下一种实现方式:

1、target="_blank”

    <a href="document.html" target="_blank">my document</a> 浏览器会另开一个新窗口显示document.html文档
2、target="_parent"

    <a href="document.html" target="_parent">my document</a>指向父frameset文档
3、“_self”

    <a href="document.html" target="_self">my document</a>把文档调入当前页框
4、“_top”

    <a href="document.html" target="_top">my document</a> 去掉所有页框并用document.html取代frameset文档

jsp重新打开一个新的页面

标签:文档   nbsp   浏览器   set   lan   实现   去掉   窗口   显示   

原文地址:https://www.cnblogs.com/lihuibin/p/9534915.html

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