onmouseover无法正常使用链接图片

时间:2018-06-12 06:02:50

标签: image hyperlink http-status-code-404 onmouseover

可以正常使用文本链接,但链接图像浏览器时会显示404或文件未找到页面。

onmouseover="top.frames['f'].location=event.target.href"

图片链接代码无效:

<a href="../../images/art/2009/Art-2009-06-11_1.jpg" onmouseover="top.frames['f'].location=event.target.href"><img style="border: 0px solid ; width: 200px; height: 200px;" alt="" src="../../images/art/2009/Art-2009-06-11_1-s.jpg"></a>

Test Page

0 个答案:

没有答案