Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • Are you using a <button type="submit">? Commented Oct 26, 2010 at 2:10
  • @Nick Craver: If my memory serves me correctly that's the default type in IE, but not the other browsers. Commented Oct 26, 2010 at 2:17
  • 2
    @Justin808: I think we need to see more of your code to help you. Commented Oct 26, 2010 at 2:17
  • You should be using an <input> tag. Anything you can accomplish with <button> tag can be achieved with an <input> and some CSS. Commented Oct 26, 2010 at 3:38
  • 1
    @meager no it can't. You can't paragraphs of text, a heading and some text, a table, an image (with alt text), a numbered list etc into an <input> whereas all this is possible with <button> Commented Oct 26, 2010 at 4:00