Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > "Internet Explorer" "Operation aborted" and "Menu Control"

Reply
Thread Tools

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

 
 
rmgalante@galaware.com
Guest
Posts: n/a
 
      10-04-2007
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.

 
Reply With Quote
 
 
 
 
Mike Placentra II
Guest
Posts: n/a
 
      10-04-2007
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 With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
if and and vs if and,and titi VHDL 4 03-11-2007 05:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57