in reply to WWW::Mechanize and input type=image
When an image button is clicked, the coordinates of click are sent back as name.x and name.y values, where name is the NAME attribute of the input field. It would seem if you just need to automate form submission, any valid coordinates (e.g., 0,0) would work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WWW::Mechanize and input type=image
by dba (Monk) on Oct 16, 2004 at 15:11 UTC | |
by ikegami (Patriarch) on Oct 16, 2004 at 17:54 UTC | |
by dba (Monk) on Oct 16, 2004 at 21:01 UTC |