Re: Forms in HTML?

Stan Letovsky (letovsky-stan@CS.YALE.EDU)
Thu, 05 May 94 09:19:01 -0400


Subject: Forms in HTML?
From: clausnia@informatik.tu-muenchen.de (Alexander Clausnitzer)
Date: Thu, 05 May 94 11:33:18 +0100
To: Multiple recipients of list <www-talk@www0.cern.ch>
---------
>
>Another question, why isn't it possible to have serveral submit-buttons
>with different Actions (URLs) in one form,so those actions could use a
>common input field or an selected field in a list?
>
>Thanx in advance
>
>Alex
>
I second that suggestion. I recommend allowing ACTION=url within
<INPUT type=submit ...>, with the ACTION-spec in the <FORM ...>
being used as a default for submit's with no ACTION. ACTIONs
more logically pertain to the buttons than the entire form.

Cheers. -Stan