I have a table with 3 columns en 2 rows. The rows are clickable. Row 1 is hyperlinked to page1.htm en row 2 to page2.htm
So far everthing is working fine.
But now i have placed a button into a cell of the first row wich is hyperlinked to buttonpage.htm
When i click the button it goes to...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.