Forum Moderators: open
but my code could not do it, could you tell why?
<form>
<TEXTAREA name="content" clos=50 rows=10 value="i want have some sentence here for edit" onkeyup="this.value = this.value.slice(0, 200)"></TEXTAREA>
</textarea>
</form>
<TEXTAREA name="content" cols="50" rows="10" onkeyup="this.value = this.value.slice(0, 200)">i want have some sentence here for edit</TEXTAREA>
Good luck :)