On Sun, Jan 4, 2009 at 4:56 AM, yvonney <yvonn...@gmail.com> wrote:
>
> Hi...
> ALL the following occurs on ONE page of markup with ONE css file.
>
> [OBJECTIVE: when I click on my menu items I need another 'a href' to
> ALSO trigger it's link event. I COULD put the second set of link
> somewhere visible out of the way, though I just need them to be
> invoked, one for one for each of the menu items.

I think you'd be far better off re-thinking how your application
works. Why go to the trouble of triggering an anchor's click handler
when you can simply invoke some function which *also* is invoked by
the link's click?

Reply via email to