lingmingfong
07-01-2003, 09:14 PM
I would like to know:
After user click a button on a page --> the page passed the action back to the servlet to do the performance instead on the page itself --> servlet passed back the result --> result shown on the screen.
normally we can use httpservletrequest or session to store the result information, these result will show on that page.
But I want to know is, is there a way for the page to know/detect when the result is passing back and activate a PopUp to inform the user about the result?
FYI, the page has many buttons, but only one button request this action.
Please help....thank.:rolleyes:
After user click a button on a page --> the page passed the action back to the servlet to do the performance instead on the page itself --> servlet passed back the result --> result shown on the screen.
normally we can use httpservletrequest or session to store the result information, these result will show on that page.
But I want to know is, is there a way for the page to know/detect when the result is passing back and activate a PopUp to inform the user about the result?
FYI, the page has many buttons, but only one button request this action.
Please help....thank.:rolleyes: