This is a discussion on form problem/question within the PHP Language forums, part of the PHP Programming Forums category; hi all, I m facing a problem with a form containing multiple buttons. Is there a way I can go ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Stijn Goris" <mepisto@hotmail.com> wrote in message
news:3fb4f6ee$0$10550$ba620e4c@reader3.news.skynet .be... > hi all, > > I m facing a problem with a form containing multiple buttons. Is there a way > I can go to another url for each button or is the form tag responsible for > the url? > > kind regards > Stijn > > The forms action is responsible for where the data is sent. You could of course do new form tags for each button. Regards Richard Grove 01892 546979 http://shopbuilder.org - ecommerce systems Become a Shop Builder re-seller: http://www.affiliatewindow.com/affil...ls.php?mid=611 http://www.affiliatewindow.com/a.pl?590 |
|
|||
|
"Richard Grove" <info[at]redeyemedia[dot]co[dot]uk> wrote in message news:3fb4fe47$0$108$65c69314@mercury.nildram.net.. . > "Stijn Goris" <mepisto@hotmail.com> wrote in message > news:3fb4f6ee$0$10550$ba620e4c@reader3.news.skynet .be... > > hi all, > > > > I m facing a problem with a form containing multiple buttons. Is there a > way > > I can go to another url for each button or is the form tag responsible for > > the url? > > > > kind regards > > Stijn > > > > > > > The forms action is responsible for where the data is sent. > You could of course do new form tags for each button. > > Regards > Richard Grove > 01892 546979 > > http://shopbuilder.org - ecommerce systems > Become a Shop Builder re-seller: > http://www.affiliatewindow.com/affil...ls.php?mid=611 > http://www.affiliatewindow.com/a.pl?590 > > I think I have to make numerous forms. Tanks |