The URL should contain a URL address for input fields .
When the form is submitted, the value of the url field is automatically validated .
Syntax:
When the form is submitted, the value of the url field is automatically validated .
Syntax:
URL_Homepage: <input type="url" name="user_url" />
Example:
<!DOCTYPE html>
<html>
<body>
<form action="demo_form.asp" method="get">
Homepage: <input type="url" name="user_url" /><br />
<input type="submit" />
</form>
</body>
</html>
<html>
<body>
<form action="demo_form.asp" method="get">
Homepage: <input type="url" name="user_url" /><br />
<input type="submit" />
</form>
</body>
</html>
Useful informations. Thanks for Posting.
ReplyDeletehttp://www.cavinitsolutions.com/