Re: [PHP] PHP generated HTML has submit button which picks up the wrong url.
[email protected] (Robert Cummings)
| Newsgroups | php.general |
|---|---|
| Organization | InterJinn |
| Message-ID | <[email protected]> |
Joseph Thayne wrote: > "What you maybe ought to consider is using several submit buttons, and > give each a name and a value. That way, your PHP script can check for a > specifically named variable sent from the form. That way, you keep many > people happy, and your site still works perfectly." > > The problem with doing it that way is that IE is not happy with multiple > submit buttons in a single form. I've never seen IE have a problem with multiple submit buttons. I'm guessing you're doing something wrong. I often have multiple submit buttons. Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP