Can anyone tell me a way to have a table cell change color and change the status bar message using onmouseover. I can only get one to work, not both. Thanks for the help in advance.
<TD width="100" bordercolor="c0c0c0" onMouseOver="(window.status='About Us');" onclick="open_win('aboutUs')"
style="background-color:white"
onMouseover="this.style.backgroundColor='c0c0c0';"
onMouseout="this.style.backgroundColor='white';">
<TD width="100" bordercolor="c0c0c0" onMouseOver="(window.status='About Us');" onclick="open_win('aboutUs')"
style="background-color:white"
onMouseover="this.style.backgroundColor='c0c0c0';"
onMouseout="this.style.backgroundColor='white';">