RE: [PHP-WIN] Problem with 2 buttons

2003-09-24 Thread Svensson, B.A.T. (HKG)
are > done by a previous programmer and I don't know how she got that trick. > > William Cheung B.Sc, MCSE, MCDBA > > Databyte Corp. > > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] > Sent: September 23, 2003 4:15 AM > T

Re: [PHP-WIN] Problem with 2 buttons

2003-09-23 Thread Bobo Wieland
maybe you could do it like this: change the name attribute of the buttons to something else (or leave them out all together)... add and onclick event and some javascript to set the values of the hidden fields... something like this (simplified): [CODE]