Question:
How do I tell if the ‘submit’ button on a form has been clicked when I call the ASP page back to process the input?
Answer:
If you set up your submit button like this:
You will see a command button with the caption “Do It” on it. When you click it, your form gets submitted. In the ASP page, you can access the value of this command button. If Request(“cmd”) = “Do It” then you know the submit button was pressed, else it will be blank.
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.























