Jump to content

[SOLVED] would this work?


alin19

Recommended Posts

....

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.