navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Truncate field

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Truncate field
Page: [1]
 
malky800

 

Posts: 116
Joined: 1/11/2006
Status: offline

 
Truncate field - 6/26/2007 10:08:03   
When I pass data from my text field into my sql table, the data is more characters than allowed so it throws the user an error.
Is there a way to set it, that if they are too many characters just truncate the extra characters and allow it through?
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Truncate field - 6/26/2007 10:28:49   
You could specify a set number of characters a few ways
eg - MAXLENGTH property in a form box, JS client side checking and back it up using server side code. Such as left(INPUT,50)


_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to malky800)
malky800

 

Posts: 116
Joined: 1/11/2006
Status: offline

 
RE: Truncate field - 6/26/2007 12:06:06   
What javascript code can I use to cut it at the 50th character?
Then keep text1= first hald
text2= second half

(in reply to Spooky)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Truncate field
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts