Hello,
I'm totally new to JavaScript. I have one question. How can I change color of table row when mouse gets over this row? This row cannot be identificated by its name. Is possible to refer on it trough its ID? Or is there any other way how to do it?
Thanks in advance
Comments
Using the this keyword will fire the specified event (changing the background color) when the event occurs (onmouseover)
Eg.
Highlight Table Row
: Hello,
: I'm totally new to JavaScript. I have one question. How can I change color of table row when mouse gets over this row? This row cannot be identificated by its name. Is possible to refer on it trough its ID? Or is there any other way how to do it?
:
: Thanks in advance
:
:
[hr][grey]To err is human, but to really foul things up requires a computer. (Farmers Almanac)[/grey] :-)