Can anyone see anything that I may be missing here?
Code: Select all
<textarea name="company_description" cols="48" rows="6" onkeydown="limitText(this.form.company_description,this.form.countdown,600);" onkeyup="limitText(this.form.company_description,this.form.countdown,600);"></textarea><br>
<p><i>(Maximum characters: 600) - You have <input readonly="readonly" name="countdown" size="3" value="600" type="text"> characters remaining.</i></p>