Tagged Questions
The character-limit tag has no wiki summary.
9
votes
5answers
20k views
Character Limit in HTML
How do you impliment a character limit on a textbox in HTML? I know it's a basic question, but I don't really use HTML too much, so I don't know.
2
votes
2answers
569 views
workaround for the 990 character limitation for email mailservers
Wanted to know if there are any functions/classes/etc.. to help with the 990 character limitation for email as my HTML is being effected due to this.
The Problem: (Source)
Note that mailservers ...
2
votes
2answers
284 views
Minimum 4 Characters or Show Nothing - PHP
I want to show up only words with minimum 4 Characters, actually I can limit the hits and show only words with min. 100 hits - but how can I set a min. character length? thank you!
function ...
1
vote
2answers
649 views
Compiling GWT code with a large number of parameters — char limit on CreateProcess?
I am trying to run an ant build script that compiles GWT. This script includes a large number of libraries, each with a relatively long path. My GWT code only touches some of these libraries; ...
0
votes
2answers
560 views
HTML5 textarea character limit attribute
Is there an HTML5 attribute to set the maximum amount of characters in a textarea or other form?
I want a yes/no answer not some other method using javascript.
0
votes
1answer
76 views
RWDBReader Cannot read more than 255 characters
We're using Rogue Wave tools for our database operations, writing in C++. When we try to read the results of a simple SQL query, like:
RWDBResult resParam = VimerParamTblSlc.execute (pConn);
...