标签:
<body>
<form name="dataEventDisplay">
<table border="2" bordercolor="white" cellpadding="0" cellspacing="0">
<tr>
<td><textarea cols="60" rows="10" name="event">没有消息 </textarea></td>
</tr>
</table>
</form>
</body>
<script type="text/javascript">
document.dataEventDisplay.event.value = “要显示的内容”;
</script>
【textarea】在JSP上添加textarea-文本域 调试使用
标签:
原文地址:http://www.cnblogs.com/ssslinppp/p/4484286.html