Within the submit event handler, you can do whatever you like. Most of the input field contents are accessible to your JavaScript code.
You can modify the data and you can decide not to send it out at all. You can create a document and display it in another frame or window. And you can still send it to a CGI process.
Leave a Reply
You must be logged in to post a comment.