Here you go.
I just happened to have a sample like this readily available.
<html>
<head>
</head>
<body>
***<table id="myTable">
******<tr>
*********<td>Testing 1</td>
******</tr>
******<tr>
*********<td onmouseover="document.getElementById('largeimagedisplay').innerHTML='Here\'s the text to display';">
************Mouse over this text to fill the bottom table cell
*********</td>
******</tr>
******<tr>
*********<td id="largeimagedisplay">
*********</td>
******</tr>
***</table>
</body>
</html>
BTW, the part that is cut off is this text, but it has to be on the same line:
***document.
***getElementById('largeimagedisplay').
***innerHTML='Here\'s the text to display
I just happened to have a sample like this readily available.
<html>
<head>
</head>
<body>
***<table id="myTable">
******<tr>
*********<td>Testing 1</td>
******</tr>
******<tr>
*********<td onmouseover="document.getElementById('largeimagedisplay').innerHTML='Here\'s the text to display';">
************Mouse over this text to fill the bottom table cell
*********</td>
******</tr>
******<tr>
*********<td id="largeimagedisplay">
*********</td>
******</tr>
***</table>
</body>
</html>
BTW, the part that is cut off is this text, but it has to be on the same line:
***document.
***getElementById('largeimagedisplay').
***innerHTML='Here\'s the text to display