RE: [PHP] Multiple Image Submit Buttons.

2001-06-24 Thread Jason Murray
> This works for non-image submit buttons, because the 'name' > and 'Value' tags on the submit tag works for them, but the > 'value' component isn't supported for > > Any one have any other ideas on how to do this? multiple > images for submit buttons (where you know which you pressed).

Re: [PHP] Multiple Image Submit Buttons.

2001-06-24 Thread David Robley
On Mon, 25 Jun 2001 11:52, Scott Guthrie wrote: > I have a navigation section that needs to go to up to 10 pages based on > which 'button' a user clicks on. It also has to send the form contents > to the next page, so it has to be a 'submit'. This works for > non-image submit buttons, because t

[PHP] Multiple Image Submit Buttons.

2001-06-24 Thread Scott Guthrie
I have a navigation section that needs to go to up to 10 pages based on which 'button' a user clicks on. It also has to send the form contents to the next page, so it has to be a 'submit'. This works for non-image submit buttons, because the 'name' and 'Value' tags on the submit tag works for