|
|
|
การกำหนดตัวอักษรใน Text Area แบบมี Counter บอกว่าเหลือกี่ตัวอักษรต้องทำอย่างไรค่ะ ^^ |
|
|
|
|
|
|
|
Code (PHP)
<script>
function checknum(txt,span){
var len=txt.length;
document.getElementById('shownum').innerHTML=len;
}
</script>
<textarea id="txt" onkeyup="checknum(document.getElementById('txt').value,document.getElementById('shownum'));"></textarea>
<span id="shownum"></span>
</body>
|
|
|
|
|
Date :
2013-01-29 13:35:15 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|