Hi All,
Input : Korean or japanese language Browser : IE
<textarea name="arg02" id="w400px" cols=28 rows=4
onKeyDown="textCounter(this.form.arg02_ScanEmailBody,this.form.remLen,500);"
onKeyUp="textCounter(this.form.arg02_ScanEmailBody,this.form.remLen,500);">
valuefrom DB
</textarea>
My limitation is to be allowed only 500 in Testarea field so i have set my input max length as 500 character only. If i given input 501th character, textarea field is diplayed only 501th character 1st to 500th character is removed
Note: This error is not reflecting when i given English character So what should i do?
Hi All
One more additional information just visit the below link http://www.mediacollege.com/internet/javascript/form/limit-characters.html My above mentioned issue is reprodused while entering japanese character continuesly
This issue only in IE browser.
Thanks in Advance