<%@ page contentType ="text/html; charset=Big5"
    import="mycounter.Ch17_12"
%>
<HTML>
   <Head>
      <Title>Bz</Title>
   </Head>
   <BODY>
      <jsp:useBean id = "Ch17_12"
                   scope = "session"
                   class = "mycounter.Ch17_12"/>
   <%
      String user = Ch17_12.getName();
      String address = Ch17_12.getAddress();
   %>
   <B>ЮֹUC</B>
   <FORM ACTION="Ch17_13.jsp" METHOD="post">
         mWG<INPUT TYPE="text" NAME="user" Value=<%=user%>><BR>
         }G<TextArea NAME="address" Value=<%=address%>></TextArea><BR>
         <INPUT TYPE="Submit" NAME="submit" VALUE="ǰe">
   </FORM>
</BODY>
</HTML>
