its working partially. its calculating the remaining char but substring fun is not working in firefox.
Aman Gandhi
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sukesh MarlaPosted Sep 8, 2012, 11:31 AM
document.getElementById(InputID).innerHTML = textboxvalue.substring(0, CharLimit);
Change it to
Check this is correct answer if it helped