url
Summary
An input field for entering a single, absolute URL value.
Overview Table
Examples
This example uses the input type=url element to create an empty URL or web address control.
<input type="URL" value="" name="URLbox" >
Notes
Remarks
Note For code samples, see Form controls part 1 and Form controls part 2: validation on the Windows Internet Explorer sample site.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.7.1.4
Members
The input type=url object has these types of members:
- [#properties Properties]
Properties
The input type=url object has these properties. {
See also
Related pages
Reference
input
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]