PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #1237

Image element return value not assigned

Details

Submitted2004-04-18 16:34 UTC
Fromboci at dravanet dot hu
StatusNo Feedback
PackageHTML_QuickForm
PHP VersionIrrelevant
OSLinux
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 ;)