JSP問題的工作:parent.location沒有在火狐和Chrome的工作,但在IE6
<A NAME="CustomerInformation"></A>
<table class="SectionHeader1">
<TBODY>enter code here
<tr>
<td>Customer Information</td>
</tr>
</TBODY>
</table>
<INPUT type="button" value="Customer Details" class="buttonSuper"
onmouseover="onMouseOverButton(this)" onmouseout="onMouseOutButton(this)"
name="customerDetails" style=""
onclick="parent.location='#CustomerInformation'">
此代碼正在IE6但在Chrome或Firefox不工作。 Onclick我正試圖在同一個窗口上。你能否提出什麼問題?
之前,你的問題被關閉,我建議你展示的代碼。 –