testare
Programmer
- Jan 21, 2005
- 127
I only have this code.
How can i get the value that i typed in the textarea to be printed with Response.Write Request.Form("text")
<%Response.Write Request.Form("text") %>
<textarea name="text"></textarea>
<a href="nerd.asp">link</a>
How can i get the value that i typed in the textarea to be printed with Response.Write Request.Form("text")
<%Response.Write Request.Form("text") %>
<textarea name="text"></textarea>
<a href="nerd.asp">link</a>