i have a jsp where i have added a logo. on click/on mouse hover of the logo, i need to display popup window (or tool tip) and display some text in it. the text to be displayed will be retrieved from the application context.
How can i achieve it? Please help me.
<table>
<tr>
<td align="center" class="bgimg">
<img src="images/someLogo.gif"/>
</td>
</tr>
</table>
Thanks!
If your value is set in
application contextuse this:or