【发布时间】:2012-06-17 10:13:05
【问题描述】:
我的网站有一个特定部分在 iFrame 中运行。现在在 iFrame 内运行的网页中,我为所有链接指定了<base target="_parent" />,它们都在 iFrame 内打开(因此,如果我要链接到我的主网站主页,它将在 iframe 内打开)。现在我希望在 iframe 之外和普通父网页内部打开一个特定链接。
如何强制该特定链接执行此操作?尝试了target="_blank",但仍然在 iFrame 内打开。
【问题讨论】:
标签: html css iframe html-target