Ask a Question related to Dreamweaver AppDev, Design and Development.
-
pepps #1
Mandatory Fields using asp
Hi I have created a form in asp because i want all result to be stored in an
access database. HOw can i have it so that users have to fill in certain text
boxes and if they do not the form will not submit and they will be told what
they have to fill in Thanks John
pepps Guest
-
mandatory fields....
I have defined a set of SOAP messages using an xsd file, each element in the xsd has the minoccurs, maxoccurs & nillable attributes defined when I... -
Mandatory Profiles and IE6
On Clients using XP: Whenever I set Mandatory Profiles (.MAN), IE6 Temporary Files Setting goes blank and size to 0. I cannot edit it! When I... -
ftp mandatory authentication
How can you prompt for authentication to an ftp site on Windows 2003 server? I only see anonymous access... Also, I would like to be able to set... -
.exe is mandatory :-(
I just installed perl and I don't know what settings I fiddled with, but now on Windows Command Prompt I am unable to execute perl scripts with... -
Mandatory Fields in Forms??
We have database which uses several forms for data entry, and feeds a table.Each form has unique data that is required. My question: Is it possible... -
innovationlab #2
Re: Mandatory Fields using asp
I used the Yaromat download from the Exchange Extensions to do this.
One thing I figured out after a dozen attemps, you have to select the 'submit'
button and apply the behavior to it, not the field itself.
innovationlab Guest
-
bthouin #3
Re: Mandatory Fields using asp
John,
There are many examples of validation on the internet. Just Google "form
validation in ASP" or something like that, and you'll see a number of
answers. Basically, it involves calling a client-side script on the
submit action of the form. That script can check the input fields and
return with a "false" result when fields don't validate. It can also
highlight the fields in question.
You can also submit the form and check the fields for yourself with a
server-side script, and show the form again with all sorts of bells and
whistles for the fields that are not OK. After all, you decide when you
insert/update/delete in your DB, so you can do that when you've checked
that everything is honky dory.
And there are a number of DW extensions as well to do the same kind of job.
HTH
Bernard
pepps wrote:> Hi I have created a form in asp because i want all result to be stored in an
> access database. HOw can i have it so that users have to fill in certain text
> boxes and if they do not the form will not submit and they will be told what
> they have to fill in Thanks John
>bthouin Guest



Reply With Quote

