[thelist] checking existence of a form element with VBScript

Joel D Canfield joel at spinhead.com
Wed Jun 16 21:28:40 CDT 2004


> If Len(Request.Form("element")) > 0
> 
>     -or-
> 
> If CStr(Request.Form("element")) <> ""
> 
> the code snippet below will allow you to test for the utility 
> of things like "is Nothing" or isNull or isEmpty.

Superb. Thanks, Ken (and others)

joel


More information about the thelist mailing list