[AWS] I only receive one line
Francisco Sánchez Rodríguez
fransanchez2002@hotmail.com
Tue, 11 Feb 2003 18:39:25 -0000
Hello
I'm using a form with a textfield where one can fill in several
lines. The html code is:
...
<textarea name="texteditorvalue" rows="7" cols="53"></textarea>
...
But in the server side, I only receive the first line.
I proove it with:
...
if URI="/sendform" then
ada.text_io_put(Parameters.Get(P_List,"texteditorvalue"))
...
and I only saw the first line.
What can I do? Where's the problem?
Thanking in advance.