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

这个超连接怎么打不到另一个IFRAME中啊td stylecursor: hand onClickdocument.location.href../te

这个超连接怎么打不到另一个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');"