I have this code:
<html>
<table border="1" width="100%">
<tr>
<td id = "a">1</td>
<td id = "b">2</td>
</tr>
<tr>
<td id = "c">3</td>
<td id = "c">4</td>
</tr>
</table>
</html>
So now i want to display the id (not the value) of the cell if the mouse moves over that cell in a messagebox.
Is this possible?
greetz Pieter
<html>
<table border="1" width="100%">
<tr>
<td id = "a">1</td>
<td id = "b">2</td>
</tr>
<tr>
<td id = "c">3</td>
<td id = "c">4</td>
</tr>
</table>
</html>
So now i want to display the id (not the value) of the cell if the mouse moves over that cell in a messagebox.
Is this possible?
greetz Pieter