I have a page that is generated dynamically where the table could be like
<table>
<tr><td>1</td><td>GO</td></tr>
<tr><td>2</td><td>GO</td></tr>
<tr><td>3</td><td>GO</td></tr>
<tr><td>4</td><td>GO</td></tr>
<tr><td>5</td><td>GO</td></tr>
</table>
when I click GO I want a DIV to be displayed just below the GO button you are clicking on. I can get a div to hide/display when the link is clicked but can't figure out how to make it appear where the mouse is clicked???
Cheers
Tim
<table>
<tr><td>1</td><td>GO</td></tr>
<tr><td>2</td><td>GO</td></tr>
<tr><td>3</td><td>GO</td></tr>
<tr><td>4</td><td>GO</td></tr>
<tr><td>5</td><td>GO</td></tr>
</table>
when I click GO I want a DIV to be displayed just below the GO button you are clicking on. I can get a div to hide/display when the link is clicked but can't figure out how to make it appear where the mouse is clicked???
Cheers
Tim