Mar 4, 2002 #1 debrac IS-IT--Management Jan 9, 2001 48 AU how do i highlight the whole text in text box when using the mouse to enter the text box at any point of the text? thanks
how do i highlight the whole text in text box when using the mouse to enter the text box at any point of the text? thanks
Mar 4, 2002 #2 ICantLogIn Programmer Aug 27, 2004 1 BR <html> <head> </head> <body> <input type=text value="12345678" onclick="this.select();"> </body> </html> Upvote 0 Downvote
<html> <head> </head> <body> <input type=text value="12345678" onclick="this.select();"> </body> </html>