character Counter
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Just wonderin if anyone knew of any good sample's of character counting upon a webform so that users know how many characters they have left. Any help is much appreciated.
You mean like counting characters entered in a textbox? How's this? http://www.cs.tut.fi/~jkorpela/forms/textarea.html[^] (look down the article for "Real-time" JavaScript check)
-
You mean like counting characters entered in a textbox? How's this? http://www.cs.tut.fi/~jkorpela/forms/textarea.html[^] (look down the article for "Real-time" JavaScript check)