如何使iframe中的链接都在新窗口打开?

如题所述

在子框网页的<head>标签中加<base target="_blank">

这样网页内所有链接都在新窗口打开:

<head>

<base target="_blank">

</head>

若是要在同一页面打开则是在子框网页的<head>标签中加<base target="_parent">

<head>

<base target="_blank">

</head>

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答