
February 16th, 2008, 02:35 AM
|
|
Registered User
|
|
Join Date: Feb 2008
Posts: 2
Time spent in forums: 28 m 35 sec
Reputation Power: 0
|
|
|
Detect connection was brecked
Hi,
I have one asp page Page1.asp. On this page, there is one IFrame named IFrame1. In IFrame1, I am loading another asp page Page2.asp.
IFrame1 is hidden and user cannot see it. When I start executing Page2.asp in IFrame, I display status "Processing" on Page1.asp. When processing on Page2.asp is completed, I display status "Successful" on Page1.asp. If any error occur on Page2.asp, I display status "Error" on Page1.asp.
Now, if processing on Page2.asp is in progress and internet connection disconnected, then I am unable to display any status on Page1.asp. Page1.asp in this case keeps displaying "Processing". So user think that operation is still in progress.
How should I handle this situation ?
|