Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
<textarea> capacity? (html)
Old 03-05-2004, 06:51 AM <textarea> capacity? (html)
Junior Talker

Posts: 1
Location: Europe
Trades: 0
What is a capacity (maximum length) for <textarea>? I'm facing a problem when I fill the <textarea> with large amount of data and then trying to hit the submit button, the form is not submitting. Then when I put a few words in the <textarea> it's submitted perfectly.
How to overcome it?
thanks
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
Antinaris is offline
Reply With Quote
View Public Profile Visit Antinaris's homepage!
 
 
Register now for full access!
Old 03-05-2004, 07:50 AM
Wenslock's Avatar
Webmaster Talker

Posts: 746
Location: Lincoln, UK
Trades: 0
hmm. odd. if the values you are submitting are going to a database, it could be a simple database flaw. The <textarea> doesn't really have limitations.

if it is a database problem (and if you are using MySQL) change that field in question to a TEXT and not a VARCHARS. It won't be limited too.

Hope this helps! :-D
__________________
------------------------------------------------------------

Please login or register to view this content. Registration is FREE
- Black Prism professional web design services
------------------------------------------------------------
Wenslock is offline
Reply With Quote
View Public Profile
 
Old 03-05-2004, 02:52 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
If there is too much data, maybe you're not giving it enough time to submit. Think of all that data being posted to your site -- it might even timeout
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Old 03-07-2005, 11:27 PM Same Problem
Junior Talker

Posts: 2
Trades: 0
I'm having the same problem. If you enter quite a bit of data, the form will not submit, even if you wait. This has nothing to do with a database because it hasn't even been sent to the database for it to have an issue. It just sits there. There really isn't that much data. Maybe 20 to 30 lines, that's it.

Any ideas?
robfrew is offline
Reply With Quote
View Public Profile
 
Old 03-07-2005, 11:52 PM
Average Talker

Posts: 16
Trades: 0
Well are you using IE?
Slyser is offline
Reply With Quote
View Public Profile
 
Old 03-08-2005, 12:25 AM
sepple's Avatar
Super Talker

Posts: 147
Trades: 0
If you do want to limit it I have a nice code that will tell people how much they can put it.

It is on my site at http://www.prankified.com/other2.php...3&subcategory=

It is on the bottom where you can submit comments.

If you are interested in it let me know
__________________
Thanks
Stephen
sepple is offline
Reply With Quote
View Public Profile
 
Old 03-11-2005, 01:32 PM
Junior Talker

Posts: 2
Trades: 0
I've only tested it using IE. And it's not that I do want to limit it, I would like the user to be able to put as much info as possible into the field. It's for an email system and it frustrates myself when I can't email my members because i'm limited to what I can input.
robfrew is offline
Reply With Quote
View Public Profile
 
Old 03-11-2005, 02:35 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
Some sample code would help. How about showing us the form.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Old 03-11-2005, 06:56 PM
Novice Talker

Posts: 5
Location: PA
Trades: 0
Are you doing a post or a get?
trevize111 is offline
Reply With Quote
View Public Profile Visit trevize111's homepage!
 
Old 03-14-2005, 10:18 AM
cjdesign's Avatar
Average Talker

Posts: 15
Location: England
Trades: 0
If your using a get, that could be the problem. Browsers can only handle a certain number of characters in the address bar (so to speak). If your not using "method='post'" - I suggest you sort that out first. Otherwise, I can't think of a reason why it won't work. What browser are you using?
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
cjdesign is offline
Reply With Quote
View Public Profile Visit cjdesign's homepage!
 
Reply     « Reply to <textarea> capacity? (html)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.20625 seconds with 12 queries