Question:
I’m using ASP to register data in a DBF table through a SQL statement. I get data from a form (textarea) in an HTML page. However, the SQL statement returns an error when the user presses the Enter key in the textarea to change lines. How can I fix this problem?
Answer:
Try adding WRAP=VIRTUAL to your textarea definition tag. That will allow the user to hit the Enter key within the textarea and not cause your Submit button to trigger.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























