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

All Questions

0 votes
2 answers
689 views

getAttribute(value) returns null even when the value exists when running the code locally

I'm trying to debug a ASP.Net site. The code is debugged using Visual Studio 2012 and is running locally using IIS Express on my Windows 10 machine. The web application needs to be run using Internet ...
Toni Kostelac's user avatar
0 votes
0 answers
566 views

IE11 accept drag & drop of file link from another browser window

Our users need to transfer files from a government website into our in-house web-based app. They need to move dozens of files a day, and until now they have been clicking each file link on the ...
RSW's user avatar
  • 1,667
0 votes
1 answer
164 views

Getting Javascript critical error in IE11

I have a piece of code in my web application, When I include it, it works well in chrome but in IE11, it throws an critical error. This is the code which is causing the error. If I comment it out, ...
Ranjith Varatharajan's user avatar
0 votes
0 answers
85 views

How to programatically get an element that is selected/highlighted?

I am working on an application based on ASP.NET, running in IE11. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I am selecting the items (dom ...
GreySage's user avatar
  • 1,178
0 votes
1 answer
106 views

How to select multiple elements in RadEditor in ie11

I am working on an application based on ASP.NET, running in IE11. One part of the application makes use of (Telerik) RadEditor to create a layout of several items. I am trying to implement a feature ...
GreySage's user avatar
  • 1,178
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
2k views

How to download html file on a click of button in asp.net?

I am developing a program in VS2015. I have created a abc.html file dynamically. Now I want a functionality that when user click on button that Html file should open or save in browser.How can i do ...
Basant Gera's user avatar
1 vote
0 answers
500 views

ASP .Net Hidden field setting but not posting in IE

In my web form I have an ASP Hidden field as such: <asp:HiddenField ID="HiddenField1" runat="server" OnValueChanged="HiddenField1_ValueChanged" /> I am current setting the value of this field ...
Xaviex's user avatar
  • 15
0 votes
1 answer
1k views

ajaxToolkit:MaskedEditExtender + Delete and Backspace not working for Ie11 but working ie11 compatible mode

I know lots of people asked this question but that is related to chrome. In my case, it's not working in IE11 also. ajaxToolkit:MaskedEditExtender is being used in my project for TextBoxes. In Ie11 ...
Lalit_Test's user avatar
0 votes
1 answer
966 views

Unable to get property 'stringify' of undefined or null reference IE 11 ASP.NET

I have an ajax code that takes in 2 string parameters and passes those parameters to a behind code c# method that updates the user record in the database. Here is my code: // ...
Learn12's user avatar
  • 216
0 votes
3 answers
1k views

ASP.NET JQuery .click() not working in IE11

The following .click()-method is fired in Chrome without problems. In Internet Explorer it is only fired if I refresh the page (F5). If I access the page by entering the url (or redirected by a ...
sampa's user avatar
  • 565
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
858 views

onunload and onbeforeunlad events not working as expected in IE11 and IIS

I'm working on a web application in VS 2013 on Windows 8.1 that is hosted on IIS 8.5 on a 2012 R2 Server, and using the IE11 browser. I'm trying to use the unload event to send information to a web ...
BILLC's user avatar
  • 11
3 votes
1 answer
2k views

Open a new InPrivate Browser Window with Button Click [duplicate]

I have no idea if this is even possible, but I figured I'd ask. I have the need to open a new InPrivate browser window from within a webpage, on a button click. I'd like to navigate to a webpage, but ...
Matt's user avatar
  • 115

15 30 50 per page