PDA

Click to See Complete Forum and Search --> : textarea


gencoglu
May 4th, 2002, 02:15 AM
Hello there,
What im tring to do is to write a text into a"TEXTAREA" and clicking abutton to POST this TEXT to a"page.html".( I want my text to appear in that "page.html")
I hope that u help me (javaScript)Thanks a lot

riis
May 4th, 2002, 10:49 AM
You can't do this with JavaScript. You need a server side scripting language like ASP for that.

However, with JavaScript you can rebuild your page. If you submit your form, call a JavaScript function which clears the page and rebuilds it, including the text you want to submit.

Good luck!