Search:
Scripts:
Games
Navigation
Scrolls
Passwords
Cookies
Clocks
Messages
Search Engines
Calculators
Images
Windows
Frames
Misc.
Web Site Info:
Contact Info
Link to Us
Submit A Script
Newsletter
Limit Textarea
( You may enter up to 125 characters. )
characters left
Copy this in between the <Head> and </Head> of your HTML.
Copy this in between the <Body> and </Body> tag of your HTML.
<!-- textCounter() parameters are: text field, the count field, max length --> <center> <form name=myform action="YOUR-SCRIPT.CGI"> <font size="1" face="arial, helvetica, sans-serif"> ( You may enter up to 125 characters. )<br> <textarea name=message wrap=physical cols=28 rows=4 onKeyDown="textCounter(this.form.message,this.form.remLen,125);" onKeyUp="textCounter(this.form.message,this.form.remLen,125);"></textarea> <br> <input readonly type=text name=remLen size=3 maxlength=3 value="125"> characters left</font> </form> </center>
Home