Can someone tell me why this code does not work?
<tr onMouseOver=this.style.backgroundColor='#ffffdd' onMouseOut=this.style.backgroundColor='#d3d3d3 bgcolor=silver>
<td>....</td></tr>
I get a runtime error stating "Error: Object required: 'this'
Thanks in advance.
<tr onMouseOver=this.style.backgroundColor='#ffffdd' onMouseOut=this.style.backgroundColor='#d3d3d3 bgcolor=silver>
<td>....</td></tr>
I get a runtime error stating "Error: Object required: 'this'
Thanks in advance.