What is the text box limit for google chrome in characters.
+1
A:
Virtually unlimited (limited only by computer memory). You can limit it using the maxlength parameter though:
<input type="text" maxlength="32" />
dark_charlie
2010-08-03 14:09:13