[whatwg] Targetting different anchors after submitting the form

Quoting ROBO Design <robodesign at gmail.com>:
> <...>
>> <form action="order_place.asp">
>> <input type="submit" value="PLACE ORDER">
>> <input type="submit" value="SAVE QUOTE" action="quote_add.asp#thanks">
>> <input type="submit" value="RECALCULATE TOTALS" action="#here">
>> </form>

What's wrong with using the "form" attribute to point to multiple forms? One
submits to one place, the other submits to another place.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Monday, 6 March 2006 08:50:13 UTC