I would like users to see number of characters they typing in (because it limited). I’m using for VB Editor1.Attributes.Add("onKeyPress", "MyCharCount();") And for JS document.form1.CharInfo.value = document.form1.Editor1.value.length; Some How it not working, it should update the number every time it added