假如test.aspx:
<table width="200" height="100"cellSpacing="0" cellPadding="0"  align="center" border="0">
<tr>
<td width="200" height="100">
<iframe src=testlogin.asp?id=2  width="200" height="100" frameborder=0 scrolling=no></iframe>
</td>
</tr>
而testlogin.asp是一个登陆窗口
<form action="" method="post" name="frm_Verify"  target=_blank>
<INPUT TYPE="radio" NAME="aaa">
<INPUT TYPE="submit">
</form>
当我在test.aspx里登陆的时候,不是跳出新窗口去进入新的页面,而是直接从width="200"的table里进去拉,实在不爽,请问如何解决,谢谢