in reply to Re: Re: Re: Re: <input type="button"> does not generate parameter=>value pair
in thread <input type="button"> does not generate parameter=>value pair

Looking at the Forms section of the HTML 4.1 W3c Recomendation i noticed that you can do:
<BUTTON name="submit" value="submit" type="submit">
to create a submit button using a Button instead of an Input. I'm not sure how this effects the default button pushed though.
Eric Hodges
  • Comment on Re: * <input type="button"> does not generate parameter=>value pair
  • Download Code