Results 1 to 2 of 2

Thread: textarea

  1. #1
    gencoglu
    Guest

    textarea

    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

  2. #2
    Fanatic Member riis's Avatar
    Join Date
    Nov 2001
    Posts
    551
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width