Vaughan Posted November 7, 2000 Posted November 7, 2000 Do it in your database, not on the web page. Make a new calculation field Left[textfield, 100] or if you want points for style <grin>... Left[textfield, 100] & If[Length[textfield] > 100, "...", ""] ...this will put "..." at the end of the text to show that there is more. Display this new calculation field on your web page, not the original. [This message has been edited by Vaughan (edited November 07, 2000).]
gary jones Posted November 8, 2000 Posted November 8, 2000 I have a field I wish to include in a CDML page. Yet I only want it to show the first 100 charaters on my resulting browser page. I've tried adding maxlength="100" into the CDML and it doesn't work. Any ideas? Help as always is really appreciated. Thanks G
Recommended Posts
This topic is 8850 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now