"Internet Explorer" "Operation aborted" and "Menu Control" - DOTNET

This is a discussion on "Internet Explorer" "Operation aborted" and "Menu Control" - DOTNET ; I was wondering if anyone knows whether MS has a fix for the Menu Control. If the page is loading while you mouse over a menu control with child menus that pop out, you can generate the following error in ...

+ Reply to Thread
Results 1 to 2 of 2

"Internet Explorer" "Operation aborted" and "Menu Control"

  1. Default "Internet Explorer" "Operation aborted" and "Menu Control"

    I was wondering if anyone knows whether MS has a fix for the Menu
    Control. If the page is loading while you mouse over a menu control
    with child menus that pop out, you can generate the following error in
    IE.

    Internet Explorer cannot open the Internet site...
    http://www....

    Operation aborted

    It would be nice if the menu's javascript logic was disabled until the
    page was fully loaded.


  2. Default Re: "Internet Explorer" "Operation aborted" and "Menu Control"

    Here's a theory:

    If you were to put an ASP.net AJAX UpdatePanel control in place of the
    Menu control, then update the UpdatePanel on client page load and use
    that to put in the Menu control, then the menu control's plain HTML
    table code would not be painted until it were downloaded in its
    entirety because it's not streaming AJAX.

    The UpdatePanel would at first contain the Menu control, but it's CSS /
    display/ property would be set to /none/ (by class). This is so the
    page would get the proper <script src=.../>'s when it first loads. The
    second time it would not have that CSS class set, so it's /display/
    property would default to /block/ and it would paint.

    If you would like to give this a try but don't have a complete idea of
    how to implement it, please don't hesitate to ask.

    -Michael Placentra II


    On Oct 4, 2:28 pm, rmgala...@galaware.com wrote:
    > It would be nice if the menu's javascript logic was disabled until the
    > page was fully loaded.



+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 08-14-2007, 03:40 PM
  2. Replies: 0
    Last Post: 08-14-2007, 12:40 PM
  3. Replies: 1
    Last Post: 06-06-2007, 01:57 AM
  4. Replies: 0
    Last Post: 03-21-2007, 01:26 PM
  5. """""""""""""""""""""Visual C++ 2005 Express"""""""""""""""""
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 03-12-2006, 03:55 AM