I'm using your AnyLink Drop Down Menu (http://www.dynamicdrive.com/dynamici...menuindex.htm).
I need to display a pop-up menu when one of the drop-down links is clicked. I can do this easily enough by removing the "onClick" event from the main link description and adding it to the drop-down link's array description.
The problem is that when the link is clicked, the "onClick" script is executed and then the "href" link is invoked. If I remove the "href" from the array description, it doesn't think its a link, and if I use href="" it displays a blank window on top of the pop-up window.
Is there a way to modify the AnyLink script to not invoke the href link if its null (href="") or some other way to keep the script from executing the href?
Thanks.



Reply With Quote

Bookmarks