<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');"