Monday, November 2, 2015
Thursday, October 29, 2015
Get form Data
") Response.Write("How are you today?") End If %>
Tuesday, October 27, 2015
Multiple Functions
Depending on browser support:
A date picker can pop-up when you enter the input field.
Note: type="date" is not supported in Internet Explorer.
Note: type="date" is not supported in Internet Explorer.
Depending on browser support:
A color picker can pop-up when you enter the input field.
Note: type="color" is not supported in Internet Explorer.
Depending on browser support:
The input type "range" can be displayed as a slider control.
Note: type="range" is not supported in Internet Explorer 9 and earlier versions.
Note: The formnovalidate attribute of the input tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.
Note: The pattern attribute of the input tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.
The required AttributeNote: The required attribute of the input tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.
Forms
Send e-mail to someone@example.com:
Depending on browser support:Numeric restrictions will apply in the input field.