Users input into a Dynamic text box?

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

  1. #1

    Default Users input into a Dynamic text box?

    If you use Dynamic text box's in a form looking for a users input of
    information -- desiring to capture that information and then emailing this
    information to a particular email address;
    Do you need to use a scripting language like ASP, PHP... or are there
    behaviors or options inside of Dreamweaver to accomplish this without using a
    scripting language?
    I would appreciate you input as to the best method to accomplish the above.
    Thank You


    pond scraper Guest

  2. Similar Questions and Discussions

    1. Subscript & Superscript in dynamic and input text fieldin Flash
      Yes, <sub> & <sup> tags are not supported by Flash... but you can use Subscript & Superscript in dynamic and input text field in Flash: Download...
    2. CFSelect & Dynamic Input Box
      Hello, I'm trying to create a form that ask the user to select how many atendee from a cdselect list. Upon selecting the number of atendee it...
    3. Need help with Input/Dynamic Text Box
      Hey guys/girls, i started flash not so long ago, and i am learning with the Flash MX Bible Book(very good) and i need to know how to change...
    4. Create Dynamic Input Names or Input Fields in Asp
      I have a little code to add multiple items to a shopping cart based page. This code works perfect, but it adds all of the info to the same input...
    5. Need experienced input on guiding newbie users through reports
      developer 6. xplat I am creating a solution for runtime deployment and its time to generate some summary reports. I am most concerned with users...
  3. #2

    Default Re: Users input into a Dynamic text box?

    Hey,

    Hope this helps. You need several things to happen when capturing user info.
    You need a storage location, the fom (your Dynamic Text Box), and a way to post
    the information in to the storage location. The storage can be a SQL database
    or a simple text file. The text file is less expensive due to the incresed cost
    of a database service. The text file is less secure but also offers multiple
    tools for viewing the info. (XL, Access, NotePad, WordPad, Word, etc..)

    Create the form that you need and then make the decission on the storage and
    then step 3 decide on how you want to post the infomation to the database
    wheter it's a text file ro SQL service.

    Personally I would use a flat file for any info that is not crital or
    sensative and a MySQL database (because I own the servers) when capturing any
    info about people. I would also want this on a secure URL (https).

    Tom
    440MUSIC.COM IM Radio
    Beyond The Reach Of Satellite

    tomc-440music Guest

  4. #3

    Default Re: Users input into a Dynamic text box?

    tomc-440music,
    Thank you for the information. Do you need to use a scripting language to munipulate the data or does DW have the options to move and munipulate the data?
    pond scraper 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