Results 1 to 3 of 3

Thread: HTML Combo Boxes -- Help!!

  1. #1

    Thread Starter
    Lively Member benski's Avatar
    Join Date
    Sep 1999
    Location
    UK
    Posts
    126

    Question

    Does anyone know any event(s) you can use to react to a "mouseover" a certain entry in the combo?

    If so do you have demo code?

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    You would need a onmouseover event on the OPTION tags themselves. Unfortunately, OPTION tags only have a few events:

    onlayoutcomplete
    onlosecapture
    onpropertychange
    onreadystatechange
    ontimeerror
    onselectstart

    The only one CLOSE is onselectstart- it fires when the specific option is clicked on.

    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3

    Thread Starter
    Lively Member benski's Avatar
    Join Date
    Sep 1999
    Location
    UK
    Posts
    126
    I was afraid that might be the case.
    Thanks for the info.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width