'vcard_name' Syntax and Note : vcard_name « Javascript Properties « JavaScript Reference

'vcard_name' Syntax and Note

Note:

Write-only property. 

Specifies the vCard values when autocomplete is turned on for the 
<input type="password"> or 
<input type="text"> element. 


Value: 
vcard. followed by 
Business.City, 
Business.Country, 
Business.Fax, 
Business.Phone,
Business.State, 
Business.StreetAddress, 
Business.URL, 
Business.Zipcode, 
Cellular, 
Company, 
Department, 
DisplayName, 
Email, 
FirstName, 
Gender, 
Home.City, 
Home.Country,
Home.Fax, 
Home.Phone, 
Home.State, 
Home.StreetAddress, 
Home.Zipcode, 
Homepage, 
JobTitle,
LastName, 
MiddleName, 
Notes, 
Office, 
Pager.
    
Syntax:
    
document.all.inputID.vCard_name = value

    

      
      








Related examples in the same category

1.'vcard_name' Example
2.'vcard_name' is applied to