Multiple iFrames Loading Issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GQ

    Multiple iFrames Loading Issue

    We have a Web page that at load time will execute and
    build: a DHTML Menu/Data Driven, an Iframe with Detail
    Data, an Iframe to display Progress Information and
    another iframe with totals information of the previous
    iframe with Detail Data. Everything works fine except
    during the initial load. If we click on any place of the
    page during the above loading schema, the process stops
    and we end-up with Iframes with incomplete information
    and empty calculations. We need to refresh and avoid
    using the mouse and keyboard during the load time to get
    a decent start.

    Is anyone familiar with this behavior? Any ideas to solve
    this issue without disable the mouse?

    Thanks!

  • Bob Barrows

    #2
    Re: Multiple iFrames Loading Issue

    GQ wrote:[color=blue]
    > We have a Web page that at load time will execute and
    > build: a DHTML Menu/Data Driven, an Iframe with Detail
    > Data, an Iframe to display Progress Information and
    > another iframe with totals information of the previous
    > iframe with Detail Data. Everything works fine except
    > during the initial load. If we click on any place of the
    > page during the above loading schema, the process stops
    > and we end-up with Iframes with incomplete information
    > and empty calculations. We need to refresh and avoid
    > using the mouse and keyboard during the load time to get
    > a decent start.
    >
    > Is anyone familiar with this behavior? Any ideas to solve
    > this issue without disable the mouse?
    >
    > Thanks![/color]

    This sounds like a client-side issue, which is off-topic for this newsgroup.
    Try one of the inetexplorer newsgroups.

    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    • GQ

      #3
      Re: Multiple iFrames Loading Issue

      Bob, with all my respect, this is an ASP processing
      issue. ASP is server based and this is an ASP server
      Newsgroup. You do not have to help me if you cannot, but
      please, allow other people to contribute on this regard
      if possible.

      Regard..
      [color=blue]
      >-----Original Message-----
      >GQ wrote:[color=green]
      >> We have a Web page that at load time will execute and
      >> build: a DHTML Menu/Data Driven, an Iframe with Detail
      >> Data, an Iframe to display Progress Information and
      >> another iframe with totals information of the previous
      >> iframe with Detail Data. Everything works fine except
      >> during the initial load. If we click on any place of[/color][/color]
      the[color=blue][color=green]
      >> page during the above loading schema, the process stops
      >> and we end-up with Iframes with incomplete information
      >> and empty calculations. We need to refresh and avoid
      >> using the mouse and keyboard during the load time to[/color][/color]
      get[color=blue][color=green]
      >> a decent start.
      >>
      >> Is anyone familiar with this behavior? Any ideas to[/color][/color]
      solve[color=blue][color=green]
      >> this issue without disable the mouse?
      >>
      >> Thanks![/color]
      >
      >This sounds like a client-side issue, which is off-topic[/color]
      for this newsgroup.[color=blue]
      >Try one of the inetexplorer newsgroups.
      >
      >Bob Barrows
      >
      >--
      >Microsoft MVP - ASP/ASP.NET
      >Please reply to the newsgroup. This email account is my[/color]
      spam trap so I[color=blue]
      >don't check it very often. If you must reply off-line,[/color]
      then remove the[color=blue]
      >"NO SPAM"
      >
      >
      >.
      >[/color]

      Comment

      • Bob Barrows

        #4
        Re: Multiple iFrames Loading Issue

        GQ wrote:[color=blue]
        > Bob, with all my respect, this is an ASP processing
        > issue. ASP is server based[/color]

        Exactly. The IIS server knows nothing about opening windows, or iframes, or
        anything else on a client machine. All it can do is process a request for a
        page and return a response to that request to the client. Anything else that
        happens after the page is loaded (iframes loaded, etc.) must take place on
        the client machine and is therefore totally out of the purview of the asp
        server.

        You are missing the point by a wide mark if you think that client-side dhtml
        scripting questions are on-topic in an asp newsgroup.
        [color=blue]
        > and this is an ASP server
        > Newsgroup. You do not have to help me if you cannot, but
        > please, allow other people to contribute on this regard
        > if possible.[/color]

        Please. I could not stop anyone from responding even if I wanted to. I was
        simply trying to explain why you won't get much response to these questions
        in this newsgroup. Would you rather that your question simply sit here
        unanswered for several days, with no one bothering to tell you why nobody
        was answering?

        I subscribe to several client-side scripting newsgroups and will be happy to
        provide further assistance to you in those newsgroups. The benefit to you is
        that you will find the dhtml and IE experts in those newsgroups, making it
        more likely that you will get a resolution to your problem.

        Bob Barrows

        --
        Microsoft MVP - ASP/ASP.NET
        Please reply to the newsgroup. This email account is my spam trap so I
        don't check it very often. If you must reply off-line, then remove the
        "NO SPAM"


        Comment

        Working...