NAME sets the name of the button element. If the button is a submit button
then the name and the valueshould be
sent to the server. Unfortunately MSIE did not properly implement this feature so
NAME is of limited value.
NAME can also be used in scripts. The button can be refered to by using its
name as a property of the form. For example, the following code creates a button
named go that has blinking text: