Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 71197

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:51:00+00:00 2026-05-10T19:51:00+00:00

I would like the value of the input text box to be highlighted when

  • 0

I would like the value of the input text box to be highlighted when it gains focus, either by clicking it or tabbing to it.

<html> <body>  <script> function focusTest(el) {    el.select(); } </script>  <input type='text' value='one' OnFocus='focusTest(this); return false;' /> <br/> <input type='text' value='two' OnFocus='focusTest(this); return false;' />  </body> </html> 

When either input field is clicked in Firefox or IE, that field is highlighted. However, this doesn’t work in Safari. (NOTE: it works when tabbing between fields.)

  • 0 0 Answers
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:51:00+00:00Added an answer on May 10, 2026 at 7:51 pm

    I noticed Safari is actually selecting the text then removing the selection quickly.

    So I tried this quick workaround that works in all browsers:

    function focusTest(el) {   setTimeout (function () {el.select();} , 50 ); } 

    Edit :
    Upon further testing it turns out the OnMouseUp event is clearing the selection so it is enough to add

    onMouseUp='return false;' 

    to the input element for things to work as they should.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Did they mention why the different approach was used for… May 11, 2026 at 11:06 am
  • added an answer When using absolute positioning in IE6, you might get some… May 11, 2026 at 11:06 am
  • added an answer BEA Weblogic monitors only request threads against a certain time.… May 11, 2026 at 11:06 am

Related Questions

I would like the value of the input text box to be highlighted when
With the XML below, I would like to know how to get the value
I would like to be able to cast a value dynamically where the type
I would like to retrieve at runtime the values for the dialect and connection.driver_class
I would like to change the Row Source values in an Access table through
I would like to be able to obtain all the parameter values from the
I would like the version property of my application to be incremented for each
I would like to do something like the following but can't seem to get
I would like to do something like the following: def add(a, b): #some code
I would like to be able to do somthing like the following: //non-generic var

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.