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, ∼1787🔥, 0💬
Popular Posts:
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to use the "set-variable" Policy Statement to create custom variables for an Azure API service o...