链接未在指定框架中打开

时间:2013-11-25 14:48:19

标签: html href linkedin frameset

我正在尝试在我设置的指定html框架集框架中打开我的链接页面。但它不会打开指定框架集中的链接,但链接有效,因为我已经仔细检查了这一点。 (我试图在名为Middle的框架中打开链接)

<a href="http://www.linkedin.com/pub/xxxx-xxx-xxxxx/3a/292/26a" target="Middle">
<img src="../Images/Linkedin.png" border="0" alt="Link in with me" align="right"
     onmouseover="this.src='../Images/Linkedin_Rollover.png'"
     onmouseout="this.src='../Images/Linkedin.png'">
</img>

也许我错过了什么?

0 个答案:

没有答案