Hi All,
I looked through numerous posts and couldn't find exactly what I am
looking for, so I am posting this. We have a web application that
runs reports. A user needs to run multiple reports at one time. For
example, a user would run a sales report and an employee report. What
I would like to do is have a window that basically says "Generating
report, please wait" for each report that is run. When the report
finishes processing and is returned to the page, I want to close the
respective status window for each report run. If I use
window.opener.c lose(), it will close all of the opener windows. Is it
possible to say window1.name.cl ose(), windows2.name.c lose()? I hope
this makes sense.
TIA
I looked through numerous posts and couldn't find exactly what I am
looking for, so I am posting this. We have a web application that
runs reports. A user needs to run multiple reports at one time. For
example, a user would run a sales report and an employee report. What
I would like to do is have a window that basically says "Generating
report, please wait" for each report that is run. When the report
finishes processing and is returned to the page, I want to close the
respective status window for each report run. If I use
window.opener.c lose(), it will close all of the opener windows. Is it
possible to say window1.name.cl ose(), windows2.name.c lose()? I hope
this makes sense.
TIA
Comment