> 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