If somebody could point me in the right direction

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default If somebody could point me in the right direction

    I need to control the input format of a text input box.
    I have a specific ######-######## format that must be passed.
    But how to do this?
    jkgiven Guest

  2. Similar Questions and Discussions

    1. Point in the Right Direction?
      I was wondering if someone could point me in the right direction... I would like to be able to stream Flash video from another inputted stream. I...
    2. point something in the direction of a unit vector
      I want to point a model in the direction of a normalized vector. Let's say the normalized vector (v1) is vector(0.7071, 0.7071, 0.0). That means I...
    3. Can someone point me in the right direction?
      Can someone point me in the right direction? I am using Dreamweaver MX 2004 and need help with a dynamic site. I am using mysql and PHP through...
    4. #26317 [Opn->Csd]: military timenoes within strtotime() point into the wrong direction
      ID: 26317 Updated by: hholzgra@php.net Reported By: hartmut@php.net -Status: Open +Status: Closed Bug Type: Date/time...
    5. #26317 [NEW]: military timenoes within strtotime() point into the wrong direction
      From: hartmut@php.net Operating system: PHP version: 5.0.0b2 (beta2) PHP Bug Type: Date/time related Bug description: ...
  3. #2

    Default Re: If somebody could point me in the right direction

    What do you mean by that? Do you need to format the value of the text box after
    people enter it or Are you trying to limit what they could enter in the text
    box?

    If you are trying to limit what people could enter you can create two text
    boxes one after another and you can use maxlength="charachter amount" to limit
    how many characters can each text box hold. Afterwards you can parse these two
    values into a string if desired

    Hope This Helps

    BeRk

    BerkTheTurk 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