当前页面: 开发资料首页 → JSP 专题 → textarea打印问题
textarea打印问题
摘要: textarea打印问题
<textarea name="Content" rows="20" onpropertychange="this.style.posHeight=this.scrollHeight"></textarea>
如果行数过多,只能在一页中打印,怎么解决?
onpropertychange="this.style.posHeight=this.scrollHeight"