kjpepper: (Ed (confused))
[personal profile] kjpepper
Trying to edit a form mail script thingie in ASP, which I know next to nothing about. I'd do this in PHP:

$validationOK=false;

if ($Name && $EmailFrom && $Address1 && $City && $StateProvince && $ZipMailcode && $Country && $Telephone && $Fax && $GenApps) { $validationOK=true; }



is the below in ASP going to work, or at least in the right direction?


Dim validationOK

validationOK=false

If Name AND EmailFrom AND Address1 AND City AND StateProvince AND ZipMailcode AND Country AND Telephone AND Fax AND GenApps Then validationOK=true



help?

EDIT: Problem solved for now, but I'd still like to know the answer to this.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

July 2009

S M T W T F S
    1234
567891011
12131415161718
19202122232425
262728293031 

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 14th, 2026 09:50 am
Powered by Dreamwidth Studios