Hi All,
I have an HTML table with Book-Name in first column and a link in the last column. The link opens a new window, which displays a report on the book. The report is prepared by an asp.net page called Report.aspx
When user clicks on a link, the widow opens, and works fine. If user clicks on the link in another row while the first window is still processing the report, the second window opens fine (I use taget='_blank'), but does not start processing until the first has completed its work.
I need to get these windows to work independent of each other, in parallel. Is that possible?
TIA,
Sheila
I have an HTML table with Book-Name in first column and a link in the last column. The link opens a new window, which displays a report on the book. The report is prepared by an asp.net page called Report.aspx
When user clicks on a link, the widow opens, and works fine. If user clicks on the link in another row while the first window is still processing the report, the second window opens fine (I use taget='_blank'), but does not start processing until the first has completed its work.
I need to get these windows to work independent of each other, in parallel. Is that possible?
TIA,
Sheila