Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

picking up data from textarea before submitting the form

Status
Not open for further replies.

conica

Programmer
Feb 21, 2002
1
YU
I have a very big problem. I am working on a newssite online editor. One news has a lot of characters in the body, so i can't use post method and storing into a database (access-memo, the body sometimes has more than 65,548 char), so i am creating a new txt file, but i have to "pick up" the data from the textarea before submitting the form. i thought to enter the data directly to a variable but through the textarea couse of the editors.
is somebody knows the solution?

thanx
conica
 
If I'm not mistaken (and I might be), a <textarea> will only hold 32,768 characters in the first place, so it may be a moot point.
penny1.gif
penny1.gif
 
How do you mean by picking up the data from the text field. Are you wanting to validate it or write it before the rest of the form is submitted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top