:: Forum >>
Pop-up menu onClick
Hi, what a cool library.
I have a question: I'd like to pop-up a menu when a row is clicked.
I've found a pop-up menu on dynamic drive I'm trying to use, but I can't figure out how to call it.
This code does not work:
obj.setAction("click", showmenu(event,linkset[0]));
Yet this does work:
<a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Webmaster Links</a><br>
Any ideas?
Don Smith
Wednesday, January 5, 2005
I did not try this, but change your code to this:
obj.setEvent('onclick', function(){showmenu(event,linkset[0]);})
give that a try.
Jim Hunter
Thursday, January 6, 2005
This topic is archived.
Back to support forum
Forum search