Trang chủTrang chủ Liên hệLiên hệ
PHP BASIC

» Events  » References  » Tutorials  » Hướng dẫn  RSS Feed2.0 Đăng ký | Đăng nhập

Dịch PHP Manual (đã dịch 86 /1248)
Thêm bài viết mới
#Thêm ý kiến
Emotion|Show / Hide

Gửi TG demo:

<?

<html>
<
body>
<
div id="alert" style="background-color: #CCC"></div>
<
center>
<
form name="doc">
<
textarea name="tx" onkeyup="mOnKup();" wrap="physical" style="height:100;overflow:auto">
thu nghiem ve tu dong tang kich thuoc
</textarea>
</
form>
</
center>
</
body>
<
script type="text/javascript">
function
mOnKup(){
var
oHeight = document.doc.tx.scrollHeight;
var
cHeight = document.doc.tx.clientHeight;
if (
cHeight+10 < oHeight) {
        
document.doc.tx.style.height = oHeight+2+ "px";
        
document.doc.tx.value += cHeight + " : " + oHeight;
    }
}

</script>
</html>

?>

Tác giả:uoon

Show / Hide
#Thêm ý kiến

Add phpBasic to your browser's search box
Digg.com delicious Furl Google Bookmark Reddit Slashdot Yahoo My Web

Tableless template Framework PHP functions
 


XHTML Standard
Xây dựng & phát triển bởi tất cả các thành viên.
Powered by http://phpbasic.com