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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Properties » vcard_name 




'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.