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.

Date: 2005-09-28 05:50 pm (UTC)
From: [identity profile] jobsaccomplice.livejournal.com
I'm not too great with PHP and not at all good with ASP but..Web Developer is a great site can help.

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:56 am
Powered by Dreamwidth Studios