javascript问题请教高手
<TABLEid=standard_tableheight=0cellSpacing=0cellPadding=0width=0align=centerborder=0>...
<TABLE id=standard_table height=0 cellSpacing=0 cellPadding=0 width=0
align=center border=0>
</TABLE>
<DIV id=LayerFloatingBn
style="Z-INDEX: 1; VISIBILITY: visible; POSITION: absolute; left: 850px; top: 60px; height: 281px; width: 130px;">
<TABLE width=123 height="281" border=0 cellPadding=0 cellSpacing=0>
<TR>
<TD><img src="images/ss.jpg" width="127" height="461" border="1" /></TD>
</TR>
</TABLE>
</DIV>
<SCRIPT language=javascript>
LayerFloatingBn.style.left = standard_table.offsetLeft + 850;
LayerFloatingBn.style.top = standard_table.offsetTop +60;
window.onscroll = WindScroll;
window.onresize = WindReset;
window.onload = WindScroll;
function WindScroll()
{
LayerFloatingBn.style.top = document.body.scrollTop;
if(document.body.scrollTop <= standard_table.offsetTop)
{
LayerFloatingBn.style.top = standard_table.offsetTop +60;
}
else
{
LayerFloatingBn.style.top = document.body.scrollTop +60;
}
LayerFloatingBn.style.visibility = "visible";
}
function WindReset()
{
LayerFloatingBn.style.left = standard_table.offsetLeft + 850;
LayerFloatingBn.style.top = standard_table.offsetTop +60;
}
</SCRIPT>
如上代码,请教高手,如何实现在点击图片“ss.jpg”的时候链接道另外一个网页。 展开
align=center border=0>
</TABLE>
<DIV id=LayerFloatingBn
style="Z-INDEX: 1; VISIBILITY: visible; POSITION: absolute; left: 850px; top: 60px; height: 281px; width: 130px;">
<TABLE width=123 height="281" border=0 cellPadding=0 cellSpacing=0>
<TR>
<TD><img src="images/ss.jpg" width="127" height="461" border="1" /></TD>
</TR>
</TABLE>
</DIV>
<SCRIPT language=javascript>
LayerFloatingBn.style.left = standard_table.offsetLeft + 850;
LayerFloatingBn.style.top = standard_table.offsetTop +60;
window.onscroll = WindScroll;
window.onresize = WindReset;
window.onload = WindScroll;
function WindScroll()
{
LayerFloatingBn.style.top = document.body.scrollTop;
if(document.body.scrollTop <= standard_table.offsetTop)
{
LayerFloatingBn.style.top = standard_table.offsetTop +60;
}
else
{
LayerFloatingBn.style.top = document.body.scrollTop +60;
}
LayerFloatingBn.style.visibility = "visible";
}
function WindReset()
{
LayerFloatingBn.style.left = standard_table.offsetLeft + 850;
LayerFloatingBn.style.top = standard_table.offsetTop +60;
}
</SCRIPT>
如上代码,请教高手,如何实现在点击图片“ss.jpg”的时候链接道另外一个网页。 展开
展开全部
<img src="images/ss.jpg" width="127" height="461" border="1" onclick="javascript:window.location='page.html'"/></TD>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把图片放在超链接里不就行了
<a href="#"><img src="#"/></a>
<a href="#"><img src="#"/></a>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<img src="图片路径" onclick="javascript:window.open('www.163.com')"/>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
LS正解~要用JS的话就是对图像上某个区域的点击制作超连~
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询