how to get the contents of textarea along with post?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chinchukrishna
    New Member
    • Jan 2010
    • 2

    how to get the contents of textarea along with post?

    I attatched the value of text area to url and sent to another page.. When i used request.getPara meter method all the next line chara are lost...What is the solution?
  • larztheloser
    New Member
    • Jan 2010
    • 86

    #2
    Are you sure this is a javascript problem? request.getPara meter is JSP code. In javascript you get the query string using window.location .search.

    Comment

    Working...