<script type="text/javascript" language="javascript"> // based on script at www.tutorialguide.net function count(it){ chars = it.form.number.value; it.form.chars.value = chars.length; } </script> <form name="it" method="post" action=""> <h1><label for="number">count the characters</label></h1> <textarea rows="5" name="number" id="number" cols="50" style="word-wrap:break-word" onchange="count(this)"></textarea><br /> <input type="button" value="Count the Characters" onclick="count(this)" title="how many characters?" /><br /><br /> The number of characters in the text window is: <input type="text" name="chars" id="chars" size="20" /> </form>
CWC reference pages . ASCII-art . illustrations and gif animations . llinks to ridiculously useless sites . home page
Crosswinds WebHosting