I am trying to create a page that has one textarea on it, i.e. named textarea1. The form on this page posts to a new page, which is generating an email. I want to check on page 2 if any values were entered in the textarea, and if so include it in the message, otherwise exclude it. The problem is the statement,
IF Request.Form("textarea1" <> "" Then
happens either way if someone enteres or someone does not?
Is there an easy way to validate that the box is not blank?
Please help...
Thanks,
SM
IF Request.Form("textarea1" <> "" Then
happens either way if someone enteres or someone does not?
Is there an easy way to validate that the box is not blank?
Please help...
Thanks,
SM