将parent前面的window去掉
或parent.frame(1).location.href="System_management_list.html"

解决方案 »

  1.   

    <script languague="javascript">
    <!--
    function top_click(ope){
    if (ope == 'add'){
    window.location.replace("System_management_top.jsp?operate=add");
    window.parent.frames[1].location.replace("System_management_add.html");
    window.parent.frames[2].location.replace("System_management_help.jsp?msg=helpAdd");
    }else 
    if (ope == 'change'){
    window.location.replace("System_management_top.jsp?operate=list");
    window.parent.frames[1].location.replace("System_management_list.html");
    window.parent.frames[2].location.replace("System_management_help.jsp?msg=helpList");
    }
    }
    -->
    </script>
      

  2.   

    to CommerceServer 您介绍的方法好象不大对,不过还是谢谢您的热心帮助。
    to karma 您的方法很有效,可能是因为netscape不认得item之类的东东吧,谢谢!