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

