Created
April 8, 2018 07:13
-
-
Save sayham-sjb/8e607a36b3d7e0aa170aabb63f7a21d8 to your computer and use it in GitHub Desktop.
CharacterCounter #VS #js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function chrCntMtd(what) { | |
var FormCntChrWrd = what.form.chrCntTxt.value; | |
what.form.disChrCnt.value = FormCntChrWrd.length; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment