<textarea name='comment' rows='10' cols='<?=$cols?>' id="comment" onchange="countChars();"></textarea>
Verwende onKeyPress="countChars();" anstatt onChange
<textarea name='comment' rows='10' cols='<?=$cols?>' id="comment" onchange="countChars();"></textarea>
Verwende onKeyPress="countChars();" anstatt onChange