当前位置: 代码迷 >> ASP >> 这个超连接如何打不到另一个IFRAME中
  详细解决方案

这个超连接如何打不到另一个IFRAME中

热度:121   发布时间:2012-03-08 13:30:13.0
这个超连接怎么打不到另一个IFRAME中啊
<td style="cursor: hand" onClick="document.location.href='../test.asp target='manFrame' " onMouseOver="this.style.backgroundColor='#000000'" onMouseOut="this.style.backgroundColor='#ffffff'">

------解决方案--------------------
onClick="document.location.href='../test.asp target='manFrame'是不是少了一个'
------解决方案--------------------
onClick="window.open('../test.asp','leftFrame');"
  相关解决方案