only show part of a dynamic text field

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default only show part of a dynamic text field

    ok i have this description field put in dynamically on my site but i only wnat
    the first 120 chars to show and thne ill put a link saying click here for more
    there. doesn any one know how to do this, thanks

    ccarterca Guest

  2. Similar Questions and Discussions

    1. how to show part of a field?
      I have a web page with messages. I want to show the list of the messages only with part of them, for example the first 30 letters/characters. Now...
    2. load external text to dynamic text field in levels
      Dear Sir I found the Tech Noe Index #16238 is useful in creating dynamically loaded text from external text file. However, the method mentioned...
    3. Preloader dynamic text don't show
      What could be the reasons that make the dynamic text (bytesLoaded/bytesTotal/etc...) in the preloader disappear when viewed form the web? But appear...
    4. SQL SELECT Based on *PART* a text Field?
      Hello, I'm trying to figure out some SQL here and am wondering this: Is it possible to select data based on a sub-string of a text field? ...
    5. Updating part of the text in an NTEXT field
      SQL Server Version - 7 Table - Pages Field - Content Hi, I need to update an ip address in an ntext field. I have looked at UPDATEXT, the...
  3. #2

    Default Re: only show part of a dynamic text field

    if your using asp to display it - use the Left function in vb , if javascript - i cant remember some string crop method probrably try google
    goerdie_uk Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139