Max charcters in textbox.

wxdqz

New Member
Hey, Is there a way to trim all the charcters in a textbox after a certain amount or after a certain character. To populate the textbox i have sessions inserting in the init. value. I want the max charcters to be 5. The normal

<input name="setname" type="text" class="insertshowsize" id="username" value=http://www.webdeveloper.com/forum/archive/index.php/"<%= Session("user") %><%= Session("svuser") %>" size="5" maxlength="5">

doesn't work.
It could be trimed onLoad, Submit etc.
Thanks
Alan
rar
 
Back
Top