%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% option explicit %>
<% ASPAjax.EnableLiveASP("ToolTip") 'Enable the "ToolTip" ASP function to be called live from Javascript. 'ASPAjax.Path="/aspajax/" ASPAjax.Open() ' Initiate ASPajax %> <% function ToolTip(tipid) ' This simple function can be customized for your own needs. if tipid=1 then Response.Write ("
")
if tipid=2 then Response.Write ("Tips can be text, HTML or any other content you wish.")
end function
%>
Tip can also be placed on almost anything ![]()
Even plain old text
<% ASPAjax.Close()%>