ok...
I installed into my side ajax tooltips.
I call normally tooltips with this code:
Code:
if blnTT_Show_TT then
Response.Write("<a href=""javascript:void(0)"" onmouseover=""this.T_TITLE=' " & _
"<span class=theading>" & TT_TT_TITLE & "</span>'; return escape('" & _
"<div class=\'smText\'>" & TT_TT_TEXT & "</div>')""><img id='" & box_name_vis & _
"image' src='" & box_image_Path & box_help_image & "' border='0' /></a>")
end if
thus with:
<a href="javascript:void(0)" onmouseover="this.T_TITLE=
and here is my tooltips code:
*******************************************
I must call that somehow as function, so that it functions
Bookmarks