我有以下代码,
<tr align="left" class="borderBtm"><td width="100%"><a href="AddCorpCard.jsp" target="showfrm"><button type="submit" class="blueBtn">Save Card Number</button></a></td></tr>
当我点击保存卡号时,它在所有浏览器中都能正常工作,但在IE中则不行。我正在使用frameset标签。所以我的目标将是&#34; showfrm&#34;。 我尝试使用
onclick="window.location=this.parentNode.href;"
但它在同一帧中打开AddCorpCard.jsp。