internet-explorer

Read file:// URLs in IE XMLHttpRequest

梦想的初衷 提交于 2020-01-19 11:12:26
问题 I'm developing a JavaScript application that's meant to be run either from a web server (over http) or from the file system (on a file:// URL). As part of this code, I need to use XMLHttpRequest to load files in the same directory as the page and in subdirectories of the page. This code works fine ("PASS") when executed on a web server, but doesn't work ("FAIL") in Internet Explorer 8 when run off the file system: <html><head> <script> window.onload = function() { var xhr = new XMLHttpRequest

Read file:// URLs in IE XMLHttpRequest

孤人 提交于 2020-01-19 11:12:18
问题 I'm developing a JavaScript application that's meant to be run either from a web server (over http) or from the file system (on a file:// URL). As part of this code, I need to use XMLHttpRequest to load files in the same directory as the page and in subdirectories of the page. This code works fine ("PASS") when executed on a web server, but doesn't work ("FAIL") in Internet Explorer 8 when run off the file system: <html><head> <script> window.onload = function() { var xhr = new XMLHttpRequest

CSS transitions with calc() do not work in IE10+

浪子不回头ぞ 提交于 2020-01-18 09:52:11
问题 I am animating a container on mouseover from right to the left with CSS transitions. This works fine in all browsers except Internet Explorer. The reason is that I am using (and need to use) calc() in my CSS left property. I created a live demo here: Live Demo The CSS looks like this: div { background: red; width: 100px; height: 100px; position: absolute; top: 100px; left: 90%; -webkit-transition: left 0.7s cubic-bezier(0.77, 0, 0.175, 1); -moz-transition: left 0.7s cubic-bezier(0.77, 0, 0

Could not complete the operation due to error 80020101. IE [duplicate]

余生颓废 提交于 2020-01-18 06:09:35
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Ajax request problem: error 80020101 I am using JQuery-1.64 and this is my code to reset timer var message="Logged in"; var myTimeout = setTimeout("timerDone()",1000 * 1440); function timerDone() { message="Logged out"; } function timerReset() { clearTimeout(myTimeout); myTimeout = setTimeout("timerDone()", 1000 * 1440); } But it gives me an error, only in IE, when I am trying to do clearTimeout. Any Idea????

How to programatically check if a particular version of flash player is installed or not using JavaScript.?

≯℡__Kan透↙ 提交于 2020-01-17 12:24:24
问题 I have a java script code and I want to check if flash player is installed or not and if at all it is installed which version ? Requirement demands me to achieve this without using SWFObject. INstead I want to some simple javascript code. I used the following snippet: currentVer = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.10"); version = currentVer.GetVariable("$version"); But its throwing the error msg, File name or class name not found during Automation operation I want to achieve

How to close browser tab in Ranorex?

 ̄綄美尐妖づ 提交于 2020-01-17 05:31:47
问题 Was trying to close browser tab in Ranorex. The shortcut key "Ctrl+W" seems to work with Chrome and Firefox, but IE closes the application and not a tab. Please help. 回答1: 3 simple steps: Use the spy to uniquely identify the tab you want to close. Add the item to your repository. Drag the item from the repository in a recording and when prompted for an action to perform, select "Close Application". I have successfully tested this on IE 11 with Ranorex 5.4.6. Hope this helps! 来源: https:/

How to close browser tab in Ranorex?

99封情书 提交于 2020-01-17 05:31:08
问题 Was trying to close browser tab in Ranorex. The shortcut key "Ctrl+W" seems to work with Chrome and Firefox, but IE closes the application and not a tab. Please help. 回答1: 3 simple steps: Use the spy to uniquely identify the tab you want to close. Add the item to your repository. Drag the item from the repository in a recording and when prompted for an action to perform, select "Close Application". I have successfully tested this on IE 11 with Ranorex 5.4.6. Hope this helps! 来源: https:/

Problem with greek url characters in IE

▼魔方 西西 提交于 2020-01-17 03:23:12
问题 I'm using the following script in my website in order to create pagination "next-previous" functionality. It's a actually a Dreamweaver's code. The script uses the url to get some values and then it re-creates it. The result url in IE7 and IE8 contains non-readable characters and at the end the page does not work properly. $queryString_met = ""; if (!empty($_SERVER['QUERY_STRING'])) { $params = explode("&", $_SERVER['QUERY_STRING']); $newParams = array(); foreach ($params as $param) { if

Working in FF, Chrome but not IE? Whats wrong?

点点圈 提交于 2020-01-16 20:53:21
问题 My partner has created a script but he is offline at the moment so I am attempting to fix this myself. Here is the code we currently have: function progressStatus(Progress) { // Get our progress status $.get('http://www.site.com/progress/'+Progress, { }, function (response) { // Eval our response eval(response); }); } and then in our page, we have: // Start our status checking var Progress = $('#Progress').val(); ProgressStatus = setInterval('progressStatus("'+Progress+'")', 1000); It works

ASP.NET_SessionId cookie not sent in request from IE browser for intranet site

微笑、不失礼 提交于 2020-01-16 19:46:29
问题 When accessing an ASP.NET MVC application hosted on intranet from IE, the ASP.NET_SessionId is not sent in the request. This occurs on specific test serves. On our development serves hosting the same application, i see that the ASP.NET_SessionId cookie is sent. Below is the difference i see form the network trace. On the server that not working. <entry> <pageref>1</pageref> <startedDateTime>2018-05-17T12:01:50.566+00:00</startedDateTime> <time>188</time> <request> <method>GET</method> <url