Tools, FAQ, Tutorials:
Values Submitted in HTML Image Button Fields
What Are the Values Submitted on Image Button Fields?
✍: FYIcenter.com
An "image" button input field does not allow viewers to enter any input values directly.
But if an "image" button is clicked, the mouse position on the image button
will be submitted with other input values to the processing program based
on the following rules:
If you use the previous tutorial example, you can test the following cases:
1. If you click the first image button, you will get the following value submitted:
http://localhost/submit?channel=google&x=31&y=8
2. If you click the second image 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&del.x=18&del.y=8
⇒ Using HTML 'button' Input Fields
2017-04-04, ∼1605🔥, 0💬
Popular Posts:
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...