Enable a combobox through script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somdeep
    New Member
    • May 2006
    • 1

    Enable a combobox through script

    I am new in JavaScript. I have encountered a problem. I am stating the situaiton.

    The web page contains two combo boxes. If I select a combobox element through mouse then the other combobox gets enabled or diasbled. But I want the same situation through selecting keyboard. Plz help?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use the onkeyup event.

    Comment

    Working...