Selecting Text Upon Focus : 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. Form Control
10. GUI Components
11. HTML
12. Javascript Collections
13. Javascript Objects
14. Javascript Properties
15. jQuery
16. Language Basics
17. Node Operation
18. Object Oriented
19. Page Components
20. Security
21. Style Layout
22. Table
23. Utilities
24. Window Browser
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorial
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 
Selecting Text Upon Focus

<html>
<head>
<title>Selecting Text Upon Focus</title>
</head>
   
<body>
    <form name="form1" method="POST">
    <h2>Selecting Text Upon Focus</h2>
    <p>Username:<br>
    <input type=text size=25 maxlength=256 name="Username" onFocus="this.select()"><br>
    Browser used:<br>
    <input type=text size=25 maxlength=256 name="Browser" onFocus="this.select()"><br>
    Email address:
    <strong> <br>
    </strong>
    <input type=text size=25 maxlength=256 name="EmailAddress"onFocus="this.select()">
    </p>
    <h2>
    <input type=submit value="Register"
    <input type=reset value="Clear">
    </h2>
    </form>
</body>
</html>
           
       
Related examples in the same category
1. Text field tab Index
2. Is Text Editable
3. Get vcard name
4. Text Field autocomplete Example
5. TextField focus and select all
6. Show TextField value in Dialog
7. TextField focus, blur, and click action
8. Display textfield value in new page
9. JavaScript Loan Calculator
10. Another TextField jump
11. TextField get Focus and clear content
12. Validate an input field with minimum and maximum values
13. Validate an field with a maximum number of characters
14. Select the textfield and focus
15. Focus an input field
16. Jump to the next field
17. Get textfield value
18.  Methods and Properties of the Text Object
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
www__.___j_a_v_a2s.__c_o___m__ | |Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.