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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johnpnoble

    dynamically change onmouseOver event

    It working now. - Try putting "onmouseOver" all in lower-case ("onmouseover"). It was changing the case to lowercase that made the difference. Thanks a lot. John
  2. johnpnoble

    dynamically change onmouseOver event

    I am trying to change the onmouseOver event dynamically. Here's what I have: document.getElementById('accomodationcell').onmouseOver = function(){this.className = 'submenuover'}; Except its not working. Any ideas??? John

Part and Inventory Search

Back
Top