devxlogo

Detect if the Submit Button Was Pressed

Detect if the Submit Button Was Pressed

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.

See also  The Importance of Red Teaming in Modern Cyber Defense Strategies
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist