enable/disable submit button

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default enable/disable submit button

    :confused;
    can anyone help?

    i want to setup a form that allows users to upload files. i'm using ASPupload
    and this works great! however if a user dosn't select a file to upload i get
    errors. so what i want to do is to disable the 'upload' (submit) button until
    they have selected a file.
    i ttried using validation but i cant get a file field to validate! (im using
    ASP) hence the idea to disable the submit button!? until a file is selected.

    any ideas?

    BlueJC Guest

  2. Similar Questions and Discussions

    1. disable/enable
      I have a form to included these file 1. Radio buttons. button1, button2 2. Some text boxes: fname, lname, address, phone, etc. 3. Some submit...
    2. disable enter button to submit form
      I'm very new to ColdFusion - I'm building forms in Deamweaver, then using Cld fusion to pass he data to an Access Database. So far, so good. But...
    3. enable/disable
      How can do disable and enable for radio box? it worked for all my text box but not for radio box ======= <script language="JavaScript"> function...
    4. NEED HELP W/ ENABLE/DISABLE CHECKBOXES AND TEXTBOXES
      Hi all, Can you please tell me what's wrong with my code??? i do have this database in wich i have to field.One is a "yes/no" field and another...
    5. Listbox and enable submit
      Hi, I want the submit button to be enabled once a user chooses something from a listbox. How can I do this? Here is what I have done up to...
  3. #2

    Default Re: enable/disable submit button

    "BlueJC" <webforumsuser@macromedia.com> wrote in message
    news:d705t3$2h2$1@forums.macromedia.com...
    > i want to setup a form that allows users to upload files. i'm using
    ASPupload
    > and this works great! however if a user dosn't select a file to upload i
    get
    > errors. so what i want to do is to disable the 'upload' (submit) button
    until
    > they have selected a file.
    > i ttried using validation but i cant get a file field to validate! (im
    using
    > ASP) hence the idea to disable the submit button!? until a file is
    selected.
    >
    > any ideas?
    You could try this:
    [url]http://www.massimocorner.com/validator/[/url]

    More specifically:
    [url]http://www.massimocorner.com/validator/samples/image_upload.htm[/url]


    ----------------------------
    Massimo Foti
    Tools for ColdFusion and Dreamweaver developers:
    [url]http://www.massimocorner.com[/url]
    ----------------------------



    Massimo Foti Guest

  4. #3

    Default Re: enable/disable submit button

    Massimo

    many thanx for your advice
    BlueJC 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