Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joehansen

  1. joehansen

    Hide/Show Selection List

    theniteowl,Thanks for all your help, without which I would have been lost. I finally got it to a point where it works rather well in both FF and IE. Here is the final version of the code. cheers, Joe. <HTML> <HEAD> <script type="text/javascript"> var minTimerID = 0; var maxTimerID = 0; var...
  2. joehansen

    Hide/Show Selection List

    Thanks for the reply, theniteowl! I am afraid, I cannot use a div tag as you have suggest. There surely must be a workaround. I am unable to decipher the way http://www.lufthansa.com has done it. thanks for your continued help, joe.
  3. joehansen

    Hide/Show Selection List

    I think I know why the above code does not work in Internet Explorer. Its because the onMouseOver events do not get triggered in IE when the mouse moves over an <OPTION> in the selection list. Any possible work around? Thank you, Joe.
  4. joehansen

    Hide/Show Selection List

    Thanks for the reply niteowl! I tried to implement what you meant. Looks like its working in firefox but not in Internet Explorer. Can you please check my code and point me in the right direction!! Thanks for your help, Joe <HTML> <HEAD> <script type="text/javascript"> var timerID = 0...
  5. joehansen

    Hide/Show Selection List

    I need the capabilty to hide/show a selection list, just the way its done at http://www.lufthansa.com (place the cursor over "Group Companies"). However, I am looking for a javascript that is much simpler. Here is what I have until now. Problems with my code: 1. The selection list becomes...

Part and Inventory Search

Back
Top