<script>
function sel(theinput)
{
if(document.getElementById("content").value!="")
document.getElementById("content").value+="\n"+theinput
else
document.getElementById("content").value=theinput
}
</script>
<table>
<TR>
<TD><A class="STYLE3" onClick="sel('點擊自動添加內(nèi)容')" style="cursor:hand;">點擊自動添加內(nèi)容</A>
</TD>
</TR>
<TR>
<TD><textarea name="content"></text_area>
</TD>
</TR>
</table>
自動添加內(nèi)容
更多信息請查看IT技術(shù)專欄