Hi I have a form inside a zone. When ever page gets rendered for first time, I have some javascript which gets executed based on *form id*, which helps me in submitting the form.
But, When I update the zone, ids of the form and elements are getting changed dynamically. As the *form id changed*, my javascript is not getting executed. Is there any way *not to change the ids* when ever zone is updated. (or) Is there a way to *execute some javascript after updating the zone.* -- Regards Jagadesh