Search found 3 matches

by jsmotherman
Mon Oct 15, 2007 4:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Click event not firing
Replies: 7
Views: 4001

Re: Click event not firing: Solution

Thanks, Ruth.

I just got it to work by using HTML as follows:
aI("text=<a href="http://websites.milonic.com/f=http:indy.org>Indianapolis</a>;type=html;");

Notice there's no need for any functions. Keeping it simple solved the problem.

Thanks again for all of your help.
by jsmotherman
Mon Oct 15, 2007 3:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Click event not firing
Replies: 7
Views: 4001

Re: Click event not firing

Thanks. I am very familiar with the methods you posted. My problem is that I am using Webtrends for analytics on my site. Webtrends has provided me with code that listens for and captures all window events (i.e. click events) and logs them appropriately - I cannot alter their code. This works fine ...
by jsmotherman
Fri Oct 12, 2007 9:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Click event not firing
Replies: 7
Views: 4001

Click event not firing

I need to capture the window.event in javascript, but when I add "clickfunction=alert(window.event)" or "url=javascript:alert(window.event)" to a menu item I get "undefined" as the message. Does any window event fire when clicking the menu?