|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
HTML - Parent window waits on response of the child window to load
Hi folks
i ma new to this blog and i need some help regarding the HTMl anchor Tag Right now my anchor tag is looking like this <a href="ATVDetail.asp?rpt=2&ord=1" target="_blank">0</a> and when i click on this a new window will be opened and this is taking some time as this is a report which is bounded to database with lots of records. so while the child page is taking some time to load i am going to the parent page and hitting back button but the parent page is showing the processing untill the child page is being loaded. can any body help me on this issue. |
|
#2
|
||||
|
||||
|
I fear there's no solution to your problem, unless you decide to switch
your code to ASP.NET instead of classic ASP. we had interesting discussion in this exact matter not long ago: http://forums.aspfree.com/asp-devel...-on-305433.html as you can see there, classic ASP has one single thread, so as long as this thread is occupied by the child window, any other page will wait until it finish. |
|
#3
|
|||
|
|||
|
Thanks Bro That was really helpful .....
![]() |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > HTML - Parent window waits on response of the child window to load |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|