类型:转载 责任编辑:asp.net 日期:2007/05/23
热门软件下载:
<textarea name=txtarea1 height=130>the value of this</textarea>
我想把height后面的值130和textarea的value"the value of the this"
请问正则表达式应该怎么写??
网友回答:
>>我想把height后面的值130和textarea的value"the value of the this"
表达清楚点
<script>
window.id1.style.height=<%gao%>;
document.id1.value=<%value1%>
</script>
如果是IE5.0的话,试试<textarea.+height=(\d+).*>(.*)<\/textarea>