FORUM
Articles
PHP
ASP
JavaScript
SQL
Search
Contact Us
HTML
HTML tags on Web Pages
Scrolling by Marquee
Form
CSS
Table
Submit Button
Submit buttons have a special purpose. i.e, when the submit button is clicked, then the form will be submitted to the page specified in the action attribute of the form tag along with its data.
Submit button can be created as :
<input type="Submit" name="<Name of the submit button >" value="valueof the button">
Attributes of Submit Button:
Name:
Specifies the name of the object through which it can be referenced.
value:
Specifies the value of the submit button. this will be displayed on the submit button.
Example:
<input type="submit" name="submitbtn" value="Submit">
This places a submit button within the HTML form, which can be referenced by using its name "submitbtn"
The submit button will be displayed as below:
How to submit form to a new window and using two submit buttons in one form
Read how form validation is done by using Javascript
Form Fields
|
Text Field
|
Hidden Field
|
Password Field
|
TextArea
|
RadioButton
|
Checkbox
|
Button
|
Image Button
|
Submit Button
|
Two Submit Buttons
|
Submit new window
|
Reset Button
|
Drop-Down Menu
Join Our Email List
Email:
For
Email Newsletters
you can trust
Join our FREE Email Mailing List
List of HTML Tutorial
<Form>
Text Field
Hidden Field
Password Field
TextArea
RadioButton
Checkbox
Button
Image Button
Submit Button
Two Submit Buttons
Submit new window
Reset Button
Drop-Down Menu
File Upload
HTML Tags
<area>
Color Chart
<B>
<BR>
<hr>
<img>
<i>
<span>
<font>
<div>
<H1>
<head>
<body>
<a href> Link
<table>
<P>
<OL>
<UL>
<DL>
<form>
<frameset>
<applet>
<title>
<sub> <sup>
<marquee>
CSS
<meta>
<script>
HTML Calendar
Tags on web page
Web Design
HTML
.
MySQL
.
PHP
.
JavaScript
.
ASP
.
Photoshop
.
Articles
.
FORUM
Contact us
©2000-2012 plus2net.com All rights reserved worldwide
Privacy Policy
Disclaimer