Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Highlighting Textbox.

Status
Not open for further replies.
When you say highlighted, do you mean that you are trying to select the text in them? I believe that you use a method called .select() or .selected(), I don't remember the exact syntax. It's something like this:
Code:
<input type=text onmouseover='this.select()'>


-kaht

banghead.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top