Progress Bar Keeps Running

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nag9s2007
    New Member
    • Jul 2008
    • 6

    Progress Bar Keeps Running

    Hi,

    We use a servlet based application.

    I have noticed on one page that has a form that is displayed, the IE
    status bar just keeps on ticking forward. This is on the center of the
    status bar. This happens even though the page says done (response is committed.
    I doubt in the client side scripting .

    I would appreciate any help on this.

    Thanks.
  • aizen
    New Member
    • Jul 2008
    • 7

    #2
    Did the frames still loading? sometimes the progress bar still run when the site was loaded.

    Try to run the site without the frames.

    Comment

    • nag9s2007
      New Member
      • Jul 2008
      • 6

      #3
      let us assume the frames are being loaded , but how to stop them loaded , if we really dont want

      Comment

      • nag9s2007
        New Member
        • Jul 2008
        • 6

        #4
        But, even , frames should stop load after some time , but why is that progress bar keeps runnnnnnnnnnnnn ing .... is it that frames will take infinite time to load

        Comment

        • aizen
          New Member
          • Jul 2008
          • 7

          #5
          Is it possible for you to post your codes? possibly the frame set

          Comment

          • nag9s2007
            New Member
            • Jul 2008
            • 6

            #6
            not really :-( , possibly you can give me the hints which causes this problem
            But , are you sure how to know which frame being loaded , or give me the symptoms of the problem
            Or is it a problem with frames , since I had seen some problem related to this in Micosoft Knowledge base.

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              Is it a problem just affecting IE or do you experience this in other browsers too?

              Comment

              • nag9s2007
                New Member
                • Jul 2008
                • 6

                #8
                it is IE compatible only , as of now :-(

                Comment

                • acoder
                  Recognized Expert MVP
                  • Nov 2006
                  • 16032

                  #9
                  Is it not possible to post a test page link?

                  Comment

                  • nag9s2007
                    New Member
                    • Jul 2008
                    • 6

                    #10
                    not possible :-( .... Will appreciate , what could be the symptoms for this

                    Comment

                    • aizen
                      New Member
                      • Jul 2008
                      • 7

                      #11
                      You can perhaps try to notify the parent window which hold the frame.

                      Comment

                      • acoder
                        Recognized Expert MVP
                        • Nov 2006
                        • 16032

                        #12
                        You can try creating a small 1px size blank iframe/frame and see if that solves the problem if indeed it's the frames which are causing the problem.

                        Comment

                        • ioq7w3h
                          New Member
                          • Jul 2008
                          • 1

                          #13
                          If you use a script to submit a form to an iframe then you should try this: http://support.microsoft.com/kb/925973/

                          Comment

                          Working...