Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
512 views

IE 11 is detected as IE 7.0

I am trying to detect my user's browsers and I want to stop all IE versions that are < 10. That's why I have created 2 different methods and both are doing the same: The first one is relying on ...
Mlle 116's user avatar
  • 1,179
4 votes
1 answer
10k views

How can I locate and debug a specific file in IE11 Dev Tools?

I have a file that is part of a legacy web site I'm maintaining that I need to debug - step into, etc. But I can't see how to do that. The site needs to be run in IE, in Compatibility mode. When I ...
B. Clay Shannon-B. Crow Raven's user avatar
-1 votes
1 answer
582 views

How can I write a "debug msg" to the console or elsewise in an old web site?

I'm adding a bit of functionality to an old ("old" as in "olde"; as in Rip-van-Winkle olde) website that uses VBScript. The upshot of my problem is that certain logic seems to always equate to a ...
B. Clay Shannon-B. Crow Raven's user avatar
1 vote
1 answer
703 views

IE11 Edge JavaScript Deprecated and obsolete features

Mozilla Developer Network said "You should use toISOString instead of the deprecated toGMTString method in new code." However, In MSDN JavaScript Version Information to check the toGMTString Method, ...
Yves's user avatar
  • 43
0 votes
1 answer
373 views

Button is not immedeatelly working after postback in IE

I have dynamically added update panel with textbox search, button handeling enter key and with gridview on my page. When I search by pressing the key (postback in update panel proceed), edit buttons ...
JayDee's user avatar
  • 160
0 votes
1 answer
228 views

ASP.net dropdown list postback dosnot work inside jquery and control panel

I call an asp webpage inside JQuery code as following : $("#zr_users_edit").click(function () { $("#panel-label").text("Edit User Account") $("#display-panel").stop().animate({ left: ...
Twins Code Inc.'s user avatar
0 votes
1 answer
949 views

.Net 4.0 Web application gridviews edit,delete operation is not working on IE 11 if compatibility mode is off

I am Developing a web application ASP.net 4.0. I used update panel and under the update panel I used a gridview control. This works fine in all browsers except IE11 x86 on windows 7. In IE11 If ...
Sham Yemul's user avatar