Get vcard name : TextField « Form Control « JavaScript DHTML

JavaScript DHTML
1. Ajax Layer
2. Data Type
3. Date Time
4. Development
5. Document
6. Dojo toolkit
7. Event
8. Event onMethod
9. Ext JS
10. Form Control
11. GUI Components
12. HTML
13. Javascript Collections
14. Javascript Objects
15. Javascript Properties
16. jQuery
17. Language Basics
18. Mochkit
19. Mootools
20. Node Operation
21. Object Oriented
22. Page Components
23. Rico
24. Scriptaculous
25. Security
26. SmartClient
27. Style Layout
28. Table
29. Utilities
30. Window Browser
31. YUI Library
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
JavaScript DHTML » Form Control » TextField 
Get vcard name
  
    
<html>
<body>
<input id="myText" type="text" name="firstName">
<script language="JavaScript">
    document.all.myText.vcard_name = "vCard.FirstName";
</script>
</body>
</html>

    
      
        
    
  
Related examples in the same category
1. Text field tab Index
2. Is Text Editable
3. Text Field autocomplete Example
4. TextField focus and select all
5. Show TextField value in Dialog
6. TextField focus, blur, and click action
7. Display textfield value in new page
8. JavaScript Loan Calculator
9. Another TextField jump
10. TextField get Focus and clear content
11. Validate an input field with minimum and maximum values
12. Validate an field with a maximum number of characters
13. Select the textfield and focus
14. Focus an input field
15. Jump to the next field
16. Get textfield value
17.  Methods and Properties of the Text Object
18. Selecting Text Upon Focus
19. Assign a default value to a Text object
20. Compound Interest Calculator
21. Resetting a Text Object to Default Value
22. Getting and Setting a Text Object's Value
23. Passing a Text Object (as this) to the Function
24. Text Object Select and Focus
25. Data Validation via an onChange event Handler
26. Add textfield dynamically into HTML
27.  Firing the onSame Event (FireFox)
28. Numerals Only
29. Letter only, yes no only textfield
30. Auto focus textfield
31. Block enter textfield
32. If the textfield has been changed
33. Check if text field input is a number
34. Call select method to highlight the text field
35. Check if a text field is empty
36. Change the text value in text box into upper case
37. Getting and Setting a Text Object's value Property
38. Feed value from array to text box
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.