|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|