Ask a Question related to Dreamweaver AppDev, Design and Development.
-
BlueJC #1
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
-
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... -
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... -
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... -
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... -
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... -
Massimo Foti #2
Re: enable/disable submit button
"BlueJC" <webforumsuser@macromedia.com> wrote in message
news:d705t3$2h2$1@forums.macromedia.com...ASPupload> i want to setup a form that allows users to upload files. i'm usingget> and this works great! however if a user dosn't select a file to upload iuntil> errors. so what i want to do is to disable the 'upload' (submit) buttonusing> they have selected a file.
> i ttried using validation but i cant get a file field to validate! (imselected.> ASP) hence the idea to disable the submit button!? until a file isYou could try this:>
> any ideas?
[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
-



Reply With Quote

