Change background color of a textbox with javascript.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xzorius
    New Member
    • Apr 2007
    • 3

    Change background color of a textbox with javascript.

    Hi,

    Simple question: how do i change the background color of a textbox with javascript?

    BuBbA
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by Xzorius
    Hi,

    Simple question: how do i change the background color of a textbox with javascript?

    BuBbA
    I've moved your thread to the javascript forum, since this is where you will get an answer.

    Jared

    Comment

    • dorinbogdan
      Recognized Expert Contributor
      • Feb 2007
      • 839

      #3
      [html]document.getEle mentById('textb oxId').style.ba ckgroundColor = 'red';[/html]

      Comment

      Working...