Home » HTML » HTML_QuickForm » Bug #1237
Image element return value not assigned
Details
| Submitted | 2004-04-18 16:34 UTC |
|---|---|
| From | boci at dravanet dot hu |
| Status | No Feedback |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-04-18 16:34 UTC] boci at dravanet dot hu
Description:
------------
Hi!
The image element value not assigned from exportValue or exportValues.
[2004-04-19 12:35 UTC] boci at dravanet dot hu
the value.
example
<input type="image" name="elementname"
value="elementvalue">
after click: $_POST['elementname'] contain elementvalue.
(elementname_x and elementname_y contain hte click
coordinate, because I think the value is the interesting
data ;)