Re: Distinguishing between submit buttons

jern@spaceaix.jhuapl.edu
Tue, 7 Mar 1995 08:54:16 +0500


>
> Hi,
> Would someone know on how to distinguish between two submit buttons
> in the same form. In my application, one of them is for "Browse", while
> the other one is for "Submit". the CGI script has to take different
> actions for the two. Can't put browse in a separate form as both buttons
> need some common fields.
>
> Thanxall
> Rupesh

A good example of how to do this can be seen at:
http://bigmouth.pathfinder.com/time/daily/time/1995/latest.html

i.e., use multiple <form> </form> tags.
bob