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> Link to comment https://forums.phpfreaks.com/topic/90030-solved-would-this-work/ Share on other sites More sharing options...
alin19 Posted February 8, 2008 Author Share Posted February 8, 2008 it works sorry Link to comment https://forums.phpfreaks.com/topic/90030-solved-would-this-work/#findComment-461586 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.