标签: html pdf iframe
我有一个网站,其中一个iframe显示PDF。 (左边是我的菜单,右边是pdf内容)。 此PDF包含指向我或其他网站的链接。现在,当用户点击PDF中的链接时,例如。 www.mysite.com它在iframe中打开。 如何强制我的网站在顶级(同一窗口)而不是iframe中打开此链接?
我在主播中尝试<base target="_top" /> <base target="_blank" />但没有成功。
<base target="_top" />
<base target="_blank" />