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
Â
⇒HTML Forms and Input Fields
⇒⇒HTML Tutorials
2017-04-04, 986👍, 0💬
Popular Posts:
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...