I use http://www.dynamicdrive.com for lots of cool DHTML scripts. Here is one that makes use of custom DHTML tooltips. If you don't like this one, there are a few others on there that are easily configured. Just do a search for "tooltips".
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
I think the problem is in the following two code blocks.
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.