|
|
Subject:
HTML TEXTAREA LIMIT OF 1000 BYTES USING IE BUT NOT NETSCAPE
Category: Computers > Programming Asked by: marcirvin-ga List Price: $18.00 |
Posted:
04 Oct 2003 08:45 PDT
Expires: 04 Oct 2003 13:07 PDT Question ID: 262701 |
I am building an HTML application where I need my IIS 5.0 to retrieve unlimited amounts of text via the TEXTAREA form field. I test by pasting large amounts of text, but when I click send I witness on the server side truncated text when IE is the browser. I have searched and searched and can't even find definitive information on how maximums are handled in IE. No "Advance Settings" exist for this limit. It is especially disconcerting when Netscape sends all the data, but Netscape is no longer sanctioned for app building. I need to handle at least 10000 bytes of text. I already know how to use a Java script to limit the Textarea size. | |
|
|
There is no answer at this time. |
|
Subject:
Re: HTML TEXTAREA LIMIT OF 1000 BYTES USING IE BUT NOT NETSCAPE
From: khushwant-ga on 04 Oct 2003 12:04 PDT |
if your site suppors frontpage use this <body> <form method="POST" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" S-Label-Fields="TRUE" U-File="you@you.com" S-Format="TEXT/CSV" --><p> <textarea rows="11" name="S1" cols="39"></textarea><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p> </form> </body> </html> |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |