<html>
<head>
</head>
<body>
<table>
  <tr class="TdContent"><textarea name="myTest"  cols="110"  style="overflow:auto" rows="5" disabled></textarea></td></tr>
  <tr class="TdContent">
<td width="7%" >请输入:<textarea  style="overflow:auto" name="area1" rows="1" cols="100" onFocus="this.rows=1" onBlur="this.rows=1"  onKeyUp="myTest.value=this.value" ></textarea></td>
  </tr>
</table>
</body>
</html>在RichText里调用 onKeyUp事件就行了.但是我找不到办法让上面的文本框成为那种没有边框的.