Have a piece of code that is kinda working at the minute the only problem is I want a tool tip and not an alert to occur when I scroll over text in a grid.

The code I'm using is..

<TD VALIGN=MIDDLE ALIGN=LEFT class="listname"><A HREF="javascript:myvoid()" onMouseover= "alert('<%=ReadNewValue()%>')">

<SPAN ><font face="Arial" font color="#000000"><%=rsTEMPValue("sTypes")%></font></SPAN></A>
</TD



What replaces alert? If you need any more info please let me know. Cheers.