View Single Post
  #58   Spotlight this post!  
Unread 13-08-2008, 23:34
whytheheckme's Avatar
whytheheckme whytheheckme is offline
Registered User
AKA: Jacob Komar
no team
 
Join Date: Feb 2006
Rookie Year: 2005
Location: Providence, RI
Posts: 1,320
whytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond repute
Send a message via ICQ to whytheheckme Send a message via AIM to whytheheckme Send a message via MSN to whytheheckme Send a message via Yahoo to whytheheckme
Re: **FIRST EMAIL**/Invitation to Beta test the New Control System

Quote:
Originally Posted by Kims Robot View Post
Anyone else notice that they posed a 2500 character limit but didnt give a count in the application? Im hoping they will be a few characters lenient for teams that try to push right to the 2500 characters using word or excel or some other character count method...
Looking at the HTML code:

Code:
<td><textarea id="Why" onblur="design_validate_js('this.text.length &lt;= 2500',this,'Allow maximum of 2500 characters');" 
title="Why" name="Why" rows="5" cols="40" ektdesignns_validation="max1000Chars" 
ektdesignns_basetype="textbox" ektdesignns_validate="js:this.text.length &lt;= 2500" 
ektdesignns_invalidmsg="Allow maximum of 2500 characters" 
ektdesignns_name="Why" ektdesignns_caption="Why" 
ektdesignns_nodetype="element" max="2500"></textarea>
  </td>
we can see that the text field will only permit 2500 characters.

Just a heads up.

Jacob
Reply With Quote