|
|
|
|
|
| | |
| |
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: 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|