User Profile

Collapse

Profile Sidebar

Collapse
Curious89
Curious89
Last Activity: Mar 4 '10, 06:17 PM
Joined: Feb 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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."
    See more | Go to post

    Leave a comment:


  • 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
    ...
    See more | Go to post

    Leave a comment:


  • Curious89
    replied to form.submit sometimes does not work!
    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...
    See more | Go to post

    Leave a comment:


  • Curious89
    started a topic form.submit sometimes does not work!

    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>
        <%
    ...
    See more | Go to post
    Last edited by Dormilich; Feb 20 '10, 12:50 PM. Reason: Please use [code] tags, when posting code
No activity results to display
Show More
Working...