|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: TEXTAREA line limit |
From: |
Tim |
Date: |
11/29/1999 8:03:22 AM |
IP: |
207.51.162.13 |
Not sure exactly what your looking for, but you can check the length of a text area after it has been sumbitted by using the Len() function. Example:
MyTextArea = Request.Form("MyTextArea")
If Len(MyTextArea) > 500 Then
display error message
End If |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|