亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

動態(tài)改變textbox的寬高的js

 更新時間:2006年10月26日 00:00:00   作者:  
復制代碼 代碼如下:

 <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='→'">

相關文章

最新評論