Seems like you could do one of the following:

1) in the code that currently handles event1, add code to dispatche event2.
2) add another event listener for event1 and add code in there that dispatches event2.
3) dispatch event1 and event2 when the first image is clicked.

hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com



pareek.manish wrote:

Hi ,
we have an image ,clicking on this image an event is triggered
say "event 1", now this event results in display of another image.
clciking on this image dispatches an event say "event 2".

What we want is..when we click on first image.."event 1" will be
dispatched and this event in turn must trigger the "event 2", that is.
we want to trigger event 2 inside event 1. Will anybody help me
out........
Thanks
Regards
Pareek

Reply via email to