Search found 1 match

by ballo
Wed Nov 02, 2005 1:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tooltip and xslt
Replies: 1
Views: 1749

Tooltip and xslt

Hi,
Anyone who can help me with this?

I have a problem sending a xsl value with my tooltip:

onMouseover="showtip(this,event,@href)" -I want it to say somthing like this, the javascript gives me error.

The Jscript:
if (!document.layers&&!document.all)
event="test"
function showtip(current,e,text ...