johnpnoble
Programmer
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
Here's what I have:
document.getElementById('accomodationcell').onmouseOver = function(){this.className = 'submenuover'};
Except its not working. Any ideas???
John