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
Printable View
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
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!