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" />
HTML Submit Buttons
The submit button send the form data to process or application in the back-end. The back-end process...
html submit buttons
&nsbp;
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users