alin19 Posted February 8, 2008 Share Posted February 8, 2008 .... function test(element) { element.style.background='yellow' } function revenire(element) element.style.background='#E7F1E8' ....... <table> <tr> <td align=center bgcolor="#E7F1E8"><b><div align="left" class="style21">olaru constantin</div></td> <td align=center><input type="text" name="olaru constantin" onchange="introducere(this)"></td> </tr> <tr> <td align=center bgcolor="#E7F1E8"><b><div align="left" class="style22" id="56" >total</div></td> <td align=center><input type="text" name="total" onchange="introducere(this)" onmouseover="test(56)" onmouseout="revenire(56)"></td> </tr> </table> Quote Link to comment Share on other sites More sharing options...
alin19 Posted February 8, 2008 Author Share Posted February 8, 2008 it works sorry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.