The problem is similar to one that is mentioned here:
[URL=http://www.justskins.c om/forums/browser-hangs-when-posting-sometimes-85959.html]
"If we close the IE window, and start open a new one, then things start loading again. And this is pretty much the only way to get to the web site after this happens, is to restart IE. Any attempts in the original IE window hang."
User Profile
Collapse
-
I will definitely try this out, that you have suggested.
Some more information about the code:
We are opening and closing connection on each opening of the popup window. (opening-closing, opening-closing, opening-closing, .....).
Can this be also an overhead?
I am posting some code portions also for your reference :
...Code:// When Ok button is clicked and the popup window closes after concatenating
Leave a comment:
-
What should happen: On clicking 'Find' link some records are retrieved from the database and displayed on the very same popup window. Now further on clicking 'Ok' the popup window closes and all the retrieved records are populated in a list box on the main page (where there were 3 buttons).
What happens is: The above scenario does happen once or twice but the 3rd or the 4th time what happens is that on clicking 'Find', no records are...Leave a comment:
-
form.submit sometimes does not work!
There are 3 buttons on a web page. On clicking each button a same popup window (say window1) opens up. Now there is another button on this popup window (window1), which further opens up to another popup window (say window2). On selecting some value from the 'window2', that value is passed onto the 'window1'. There is a 'Find' link on a 'window1', which calls a javascript function 'clicked()':
...Code:<head> <%
No activity results to display
Show More
Leave a comment: