onclick =" parent.location在firefox和Chrome中无效

时间:2014-01-07 20:37:33

标签: javascript jsp

<A ID ="CustomerInformation"></A>
<table class="SectionHeader1">
    <TBODY>
        <tr>
            <td>Customer Information</td>
        </tr>
    </TBODY>
</table>
<TABLE class="TheBox" align="center">       
    <TBODY>
        <TR>
            <TD>
            <FIELDSET><LEGEND>Customer Address</LEGEND>
            <DIV align="center">
            <TABLE id="table5" class="BoxedIn">
                <TBODY>
                    <TR>
                        <TH colspan="3" width="50%">Billing Address</TH>
                        <TH colspan="5" width="50%">Shipping Address</TH>
                    </TR>                       
                    </TR>
                </TBODY>
            </TABLE>
            </DIV>
            </FIELDSET>
            </TD>
        </TR>
    </TBODY>
</TABLE>    
<INPUT type="button" value="Customer Details"
                    class="buttonSuper" name="customerDetails"
                    onclick="parent.location='#CustomerInformation'"> 

'#CustomerInformation'表示此脚本将跳转到同一页面的点。但它在IE中正常工作但不能正常工作firefox和Chrome ..当点击onclcik按钮时它正在关闭当前页面并转到主页面page.I累了像document.location,但没有运气......请帮忙

2 个答案:

答案 0 :(得分:0)

窗口 .location呢?

答案 1 :(得分:0)

<INPUT type="button" value="Customer Details" class="buttonSuper" name="customerDetails" onclick="location.href='#CustomInformation';"> 

这就是你要做的事情。

修改:使用location.href