|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Limit on size of Form Collection |
From: |
Elmo |
Date: |
5/22/2003 4:02:47 AM |
IP: |
210.125.31.49 |
Here is a code i used to make 5000 textareas and it is working properly.
<%
for i=1 to 5000
Response.Write("<textarea name="&i&"area>")
Response.write(i&"text")
Response.write("</textarea>")
Next
%> |
Previous Message
Follow Up - ooooooooops i forgot - Elmo 5/22/2003 4:06:10 AM
|
|
|
|
|
|
|
|
|
|
|
|