Re: passing large amount of text in post form

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 61118
interpreted = N
texte = Thanks for the help. Basically what I was doing is loading HTML from a webdna database, and on this page the user has a text area to copy/paste the html. So, I added a second form area to that page and a hidden field with the same html so I could submit it to another page where I will do something with that data. I supposed one solution might have been to use javascript and submit the text area form to a different url depending on which submit button was clicked... I never did find a solution that allowed me to use the hidden input type tag, and yes, a database would have probably done the trick, I just didnt want to code that, especially since I was getting a little more complex, and this was a .tpl form that was submitting to a .php page, and eventually BACK... This was for a GUI editor... Anyway, I just re-designed everything, and made it so I didnt have to do all this form submit stuff, and just made the editor load right on that page with javascript, and that seems to work well... Thanks for your help!! >Scott Szretter wrote: > >>I am trying to pass a large amount of text in a post form. >> >>If I use a