Re: multiple submit buttons

>I would also like to be able to have multiple submit buttons.  This is
>so that the user can select who to submit the form to!!
>
>Is there a way to do this?

>From the help file at:
  http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/help-on-version-2.5b.html

you will find:

  Forms may now have multiple submit buttons by including a NAME attribute
  in INPUT elements of type SUBMIT. For example: 

       <INPUT NAME="color" TYPE="submit" VALUE="red">
       <INPUT NAME="color" TYPE="submit" VALUE="green">
       <INPUT NAME="color" TYPE="submit" VALUE="blue">


Paul Everitt             V 703.785.7384  Email Paul.Everitt@cminds.com
Connecting Minds, Inc.   F 703.785.7385  WWW   http://www.cminds.com/ 

Received on Friday, 11 November 1994 21:20:52 UTC