Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


HTML Submit Buttons

html submit buttons

  • Please log in to reply
&nsbp;

#1 SmartWeb

SmartWeb

    Senior Member

  • Designer
  • 271 posts

Posted 27 February 2013 - 03:03 PM

The submit button send the form data to process or application in the back-end. The back-end process verifies and processes the data, and passws the information into a database application.
To place a submit button on a web page., set the type attribute of your <input> tag to "submit"
Ex.
<input type="submit" value="Submit" />
<input type="submit" value="Send" />

#2 RupaDesign

RupaDesign

    Banned

  • Banned
  • 28 posts

Posted 19 April 2013 - 08:06 AM

<input type="submit" value="Submit" />
<input type="submit" value="Send" />
both elements work on the Form Method
eg.
<Form Method="POST"> to send information for target page.
<Form Method="POST"> to receive information from given page




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users