Hi,
I am working on the application in which Ajax, JSP, Javascript and html is used in UI part. We have our own UI frame work in which we update the page through AJAX. i.e. Initially page is loaded and later on we request to AJAX to update that particular page. But here page is updated without refreshing or reloading.
Requirement: Requirement is when the page is updated I have to make one button disable on that page.
Problem: I can make the button disable on 'onload' event of that page which get calls when the page is refreshed or reloaded. But as ajax update the page without refreshing/reloading the page, I am not able to get the event 'onload' and so I can not call the method which disable that particular button.
Is there any other way to work ? or
Is there any function of javascript which will be called automatically once the page is updated with refreshing?
Let me know if you need more information on this,
Thanks
Chandan