Re: Several button "Submit"

I'm not agree with another unuseful attribute for input tag.

(Dmitry Turin):
Now <submit> has inscription, equal to sending value
(equal to attribute "value").
Sometimes it's necessary, that inscription and sending value will be
different.

Let's add one more attribute "text",
which will be displayed as inscription (if attribute is specified).

(Diego La Monica):
I think your talking about <button> tag.

Your example:
(Dmitry Turin):
<input type=submit name=task value=copy   text=operation1>
<input type=submit name=task value=move   text=operation2>
<input type=submit name=task value=delete text=operation3>
(Diego La Monica):
Above hypotetic example is obtainable by the following code:

<button type="submit" value="copy">Operation1</button>
<button type="submit" value="move">Operation2</button>
<button type="submit" value="delete">Operation3</button>


-- 
Diego La Monica
Web: programmazione, standards, accessibilità e 2.0
Brainbench certified for RDBMS Concepts (transcript ID # 6653550)
W3C HTML WG IWA/HWG Member
Web Skill Profiles WG Member ( http://skillprofiles.eu )
phone +390571464992 - mobile +393337235382
MSN Messenger: d.lamonica@tosend.it
Email: me@diegolamonica.info
Skype: diego.la.monica - ICQ #: 249-460-264
Web: http://diegolamonica.info

Received on Wednesday, 2 May 2007 20:30:15 UTC