Tools, FAQ, Tutorials:
Values Submitted in HTML Submit Button Fields
What Are the Values Submitted on Submit Button Fields?
✍: FYIcenter.com
A "submit" button input field does not allow viewers to enter any input values directly.
But if a form is submitted, "submit" button input fields will be submitted with values based
on the following rules:
If you use the previous tutorial example, you can test the following cases:
1. If you push the first submit button, you will get the following value submitted:
http://localhost/submit?channel=google
2. If you push the second submit button, you will get the following values submitted:
http://localhost/submit?channel=google
3. If you push the third submit button, you will get the following values submitted:
http://localhost/submit?channel=google&action=Submit
4. If you push the forth submit button, you will get the following values submitted:
http://localhost/submit?channel=google&action=Cancel
⇒ Using HTML 'reset' Action Fields
2017-04-08, 1455🔥, 0💬
Popular Posts:
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...