| Tutorials |
| Forms - Text Area |
|
The TEXTAREA tag (like all of the user-input objects) must be within the form tags discussed earlier.
filename=FormTextArea.asp
Tip: Want to retain Hard-Returns the User Types? Then change the form responder: comm=request.form("shippingcomments") becomes comm=request.form("shippingcomments") comm=replace(comm,vbcrlf," ") |




