html在新窗口打开而不是在原来的窗口打开
新窗口打开:
<td bgcolor=""align="center"
onmouseover="this.bgColor='#FFCC00'" onmouseout="this.bgColor=''"
onclick="window.open('**.do?method=**&wid=${requestScope.** }');">
原来的窗口打开:
<td bgcolor="#FFCC00" align="center" width=50
onmouseover="this.bgColor='red'" onmouseout="this.bgColor='#FFCC00'" onclick="parent.location.href='http://mh.sophybook.com/';">