lihuibin

有以下一种实现方式:

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文档

分类:

技术点:

相关文章:

  • 2022-01-11
  • 2022-12-23
  • 2021-08-16
  • 2021-05-17
  • 2022-02-08
  • 2021-05-21
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-11-17
  • 2021-12-19
  • 2021-12-13
  • 2022-01-21
相关资源
相似解决方案