HTML CSS Reference/HTML Attributes Reference/vcard name
Содержание
"vcard_name" Example
<html>
<body>
<form name="myForm">Customer Name:
<input type="text" name="CustomerName" vcard_name="vCard.DisplayName">Address:
<input type="text" name="CustomerAddress" vcard_name="vCard.Home.StreetAddress ">City:
<input type="text" name="CustomerCity" vcard_name=" vCard.Home.City ">State:
<input type="text" name="CustomerState" vcard_name=" vCard.Home.State ">Zip Code:
<input type="text" name="CustomerZipcode" vcard_name=" vCard.Home.Zipcode ">
</form>
</body>
</html>
vcard_name is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<input type="password"> <input type="text"> |
+----------------+--------------------------------------------------------------+
vcard_name Possible Values
Possible vcard_name Values
vCard.Business.City
vCard.Department
vCard.Home.StreetAddress
vCard.Business.Country
vCard.DisplayName
vCard.Home.Zipcode
vCard.Business.Fax
vCard.Email
vCard.Homepage
vCard.Business.Phone
vCard.FirstName
vCard.JobTitle
vCard.Business.State
vCard.GendervCard.LastName
vCard.Business.StreetAddress
vCard.Home.City
vCard.MiddleName
vCard.Business.URLBusiness
vCard.Home.Country
vCard.Notes
vCard.Business.Zipcode
vCard.Home.Fax
vCard.Office
vCard.Cellular
vCard.Home.Phone
vCard.Page
vCard.rupany
vCard.Home.State
"vcard_name" Syntax and Note
Note:
This attribute sets the element vCard value to use with the auto-complete
list provided by the browser.
The vCard contains standard information about the user.
Syntax:
<input type="password" vcard_name="value">