第一个问题有点奇怪,应该不会的,你看哪里写错了没有
第二个问题很简单的呀
String s= "(10003)中国人";
String ss=s.subString(s.indexOf(')')+1);

解决方案 »

  1.   

    没用frame吧,查询的时候指定target=mainFrame 啊
      

  2.   

    Weixiu.htm
    <html>
    <head>
    <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
    <title>维修查询</title>
    </head>
    <frameset rows="309,*">
    <frame name="header" marginwidth="0" marginheight="0" frameBorder="no" scrolling="no" noresize target="main.htm" src="WeixiuHead.jsp">
    <frame name="main"  marginwidth="0" marginheight="0" frameBorder="no" src="WeixiuDetail.jsp" bordercolor="#cc9900">>
    <noframes>
    <body> <p>此网页使用了框架,但您的浏览器不支持框架。</p> </body>
    </noframes>
    </frameset></html>
      

  3.   

    <html>
    WeixiuHead.htm
    <head>
    <title>维修记录查询</title>
    <base target="Weixiu.htm">
    </head>
    <jsp:useBean id="FixAssert" class="assertcondition.FixAssertBean" scope="page"/>
    <body>
    <form method="POST" action="WeixiuDetail.jsp" >      
    ...
    </form>
    ...                         
      

  4.   

    <jsp:useBean id="FixAssert" class="assertcondition.FixAssertBean"scope="page"/>
    这里显示不对了。
    ID 应该是FixAsserBean.
      

  5.   

    把这句改为<base target="main">,楼上都没有说对,分该给谁啊