I am creating several Budgeting reports using asp. Each report is requested from a default page where parameters are entered, such a year and quarters.
Now, each report is opened in a separate window using the javascript window.open command. Each window opens and generates the report properly, and some reports take longer to generate than others due to the amount of detail and calculations involved.
My question is why when I attempt to open 2 or more reports at the same time, the browsers windows open, but the data does not display itself until the longest running report displays it self. Shouldn't each browser request be unique and generate itself independently from each other.
If someone has any idea why this is happening, my users would be happy to know.
Thanks
Canada
Denis
Programmer, Canada
Now, each report is opened in a separate window using the javascript window.open command. Each window opens and generates the report properly, and some reports take longer to generate than others due to the amount of detail and calculations involved.
My question is why when I attempt to open 2 or more reports at the same time, the browsers windows open, but the data does not display itself until the longest running report displays it self. Shouldn't each browser request be unique and generate itself independently from each other.
If someone has any idea why this is happening, my users would be happy to know.
Thanks
Canada
Denis
Programmer, Canada