Search found 2 matches

by Nullstate
Thu Jul 01, 2010 5:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Trying to use an ID tag listener
Replies: 3
Views: 4740

Re: Trying to use an ID tag listener


I will post to Milonic, since I think this is beyond my knowledge, but a sample would be very useful making it much easier to trouble shoot.

Unfortunately, the code calls to a Yahoo (YUI) library. All I can say is it works in standard HTML link. Here is the Yahoo page for the addListener method ...
by Nullstate
Tue Jun 29, 2010 10:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Trying to use an ID tag listener
Replies: 3
Views: 4740

Trying to use an ID tag listener

Hi, I have a very non-standard need to be able to click on a menu item that merely has an id tag and a text tag. The id tag is used by another program that is using an id listener for when that tag is triggered. In regular HTML it looks like this:
<a id="show11">Home page settings</a>
This ...