• 0

[HTML] Change text box color on click?


Question

Let's say I've got a text box. I want the background color of that box to change when a user clicks on that box to enter text. How would I code this? I think I need to use Javascript, but I'm not sure how.

Thanks!

EDIT: Clicks or tabs to the box. Basically whenever the focus is on the box.

Edited by kylejn
Link to comment
https://www.neowin.net/forum/topic/770264-html-change-text-box-color-on-click/
Share on other sites

5 answers to this question

Recommended Posts

  • 0

many ways you can do this with onfocus:

1) If you're using CSS, you can change the class of that box w/ javascript

document.getElementById(id).classname = "myCssClass"

2) Or you can do it with straight up javascript

document.getElementById(id).color="black"

where id is the id of the text box

or something of that flavor.

http://www.w3schools.com/HTMLDOM/met_doc_getelementbyid.asp

you can change a lot of things like value font, etc

  • 0
  ekw said:
many ways you can do this with onfocus:

1) If you're using CSS, you can change the class of that box w/ javascript

document.getElementById(id).classname = "myCssClass"

2) Or you can do it with straight up javascript

document.getElementById(id).color="black"

where id is the id of the text box

or something of that flavor.

http://www.w3schools.com/HTMLDOM/met_doc_getelementbyid.asp

you can change a lot of things like value font, etc

Ironically enough, I think neither of your specific examples would work. It's document.getElementById('id').className, not .classname, and document.getElementById('id').style.color, not .color.

To the OP, I can't be bothered to test this code but I'm pretty sure it's all you need.

<input type="text" onfocus="this.style.backgroundColor = 'green';" onblur="this.style.backgroundColor = 'white';" id="foo" name="foo" value="bar" />

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • His true motives are clear: to make more money by taking advantage of his position and fame, and to feel big and important as he has always wanted. He's turning the US President position into his own personal brand to sell smoke and ###### products and services. The goal remains: money.
    • Crazy Taxi, Sonic CD, and other classic Sega games are now free on mobile devices by Taras Buria SEGA is discontinuing some of its classic games available on mobile devices in the App Store and Google Play Store. Users noticed that upon launch, some of the classic games that were previously ported to mobile devices via the SEGA Forever program (discontinued in 2023) now display a discontinuation message. However, the good news is that all those games are now available for free, so grab them while you can. SEGA has not made any official announcement yet, minus the in-game message, of course, so exact details remain unknown. There is no information on whether the publisher plans to remove those games from mobile stores. Still, it says that you can continue playing them offline: "Support for this game will be discontinued, but you can continue playing offline! If you’d like to learn more about great SEGA games to play, please click the link below." Should SEGA remove the games from stores, installed games will continue working without issues. With that said, SEGA is no stranger to delisting its games, so chances are that now-unsupported games will meet the same fate. Here are the games that previously cost $2 (or required in-app purchases) and are now available for free, presumably for a limited time. Grab them using the links below: Crazy Taxi Classic - App Store | Google Play Store Golden Axe Classics - App Store | Google Play Store Shining Force Classics - App Store | Google Play Store Sonic CD Classic - App Store | Google Play Store Sonic the Hedgehog 4 Ep.II - App Store | Google Play Store Streets of Rage 2 Classic - App Store | Google Play Store Super Monkey Ball: Sakura Ed. - App Store | Google Play Store Virtual Tennis Challenge - App Store | Google Play Store Source: Android Authority
    • Pick your administration and they all have their share of nonsense. If you look much at all, you can find crap and problems with all of them going back to the beginning. I think there are a lot people in Washington, D.C. right now or have been over the years that have been "domestic terrorists" and should have been in prison. Too many examples to even start naming here. I personally don't know what to think of Trump at this point as far his true motives, but I know he makes himself look bad and one of the best examples is this waffling around regarding TikTok.
    • Sayan’s trying to be creative and find ways to link previous articles together, it’s just word spaghetti…
    • I am waiting for it to hit Fedora in a day or two here.
  • Recent Achievements

    • Reacting Well
      JLP earned a badge
      Reacting Well
    • Week One Done
      Rhydderch earned a badge
      Week One Done
    • Experienced
      dismuter went up a rank
      Experienced
    • One Month Later
      mevinyavin earned a badge
      One Month Later
    • Week One Done
      rozermack875 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      694
    2. 2
      ATLien_0
      274
    3. 3
      Michael Scrip
      215
    4. 4
      +FloatingFatMan
      189
    5. 5
      Steven P.
      145
  • Tell a friend

    Love Neowin? Tell a friend!