Issue with JSP:
<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'">
The provided code works fine in IE6 but encounters issues in Chrome or Firefox. When clicked, it should redirect to the same window. Can you please advise on what could be causing this problem?