<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<script language="JavaScript">function get(ss)

   if (ss=='1') document.form_name.T2.value='A';
   if (ss=='2') document.form_name.T2.value='B';
}
</script>
</head><body><form method="POST" action="a.jsp" name="form_name">
  <p><input type="text" name="T1" size="20" onKeyUp="get(this.value);" >
  <input type="text" name="T2" size="20" readonly=true ></p>
</form></body></html>