in reply to two submit buttons in a form
if ($q->param("bloption") eq "add") { # add buddy code here } elsif ($q->param("bloption") eq "delete") { # delete buddy code here }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: two submit buttons in a form
by Masem (Monsignor) on Mar 12, 2001 at 08:53 UTC | |
by sutch (Curate) on Mar 12, 2001 at 20:34 UTC |