复制代码 代码如下:
 <INPUT type="button" value="&darr;" onclick="document.getElementById('temp10966').style.height=(parseInt
(document.getElementById('temp10966').style.height)+150).toString()+'px'">



<INPUT type="button" value="&uarr;" onclick="if(parseInt(document.getElementById('temp10966').style.height)>150)
{document.getElementById('temp10966').style.height=(parseInt(document.getElementById('temp10966').style.height)-
150).toString()+'px'}">


<input type="button" value="→" onclick="document.getElementById('temp10966').wrap=='soft'?document.getElementById
('temp10966').wrap='off':document.getElementById('temp10966').wrap='soft';this.value=='→'?this.value='←':this.value='→'">

标签:
动态改变textbox的宽高的js

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“动态改变textbox的宽高的js”

暂无“动态改变textbox的宽高的js”评论...