Re: Distinguishing between submit buttons

> 
> 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

Received on Tuesday, 7 March 1995 08:49:28 UTC