|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|