in reply to Re: Re: Image Button
in thread Image Button
This way you can figure out what image the user clicked on.if (defined($cgi->param('ImageSubmit1.x')) { #Do some code associated with ImageSubmit1 } elsif (defined($cgi->param('ImageSubmit2.x')) { #Do some code associated with ImageSubmit2 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Image Button
by jeffpflueger (Beadle) on Mar 17, 2001 at 03:25 UTC | |
by Masem (Monsignor) on Mar 17, 2001 at 03:42 UTC |