Quantcast
Channel: Internet Explorer 8, 9, 10, 11 forum
Viewing all 10469 articles
Browse latest View live

Object doesn't support property or method , this.parent not returning parent frame onunload

0
0

this.parent not returning parent frame and getting error Object doesn't support property or method .

It works fine for Firefox and Chrome. ie for Firefox and Chrome returning parent frame for this.parent 


IE11 : Intranet zone not detected automatically

0
0

Hi,

I am running IE 11 on a Windows 2008 R2 SP1 server, which is part of a domain.

When accessing sites from the internal network, I get a blank page. I noticed that it was due to the fact that these sites are not in the "Local intranet" zone, and when I add them manually it works.

In Internet Options > Security > Local intranet, when I click on "Sites", I directly have the window with the advanced configuration, where I have to manually define a list of websites. I do not see the window with the "Automatically detect intranet network" checkbox (but I have it on other servers).

If I manually add the IP and domain with wildcards, I can access my internal sites, but I would have to do that for every user connecting to the server. I'd prefer if it was automatic, as it is on other servers.

Can you help me please ?

Thanks.

how do i change default font on IE using gpo or registry

0
0
i have a internal web app that employees use and copy info out of to email but its in the wrong font i know i can change it at the workstation but i was wondering if there was a gpo or registry setting that would allow me to set the default font of IE so i dont have to go and touch every computer

Ajax Script not working in IE (window.XMLHttpRequest)

0
0

Hi,

I have written following code in ajax.

This is a javascript function called on onchange event of a button.

This code works fine in firefox and chrome but does not work in IE8.0+
the values don't get displayed.

plz suggest me if there is any change.

thnx in advance.


<script type="text/javascript">
    
function showUser(str) {
  if (str=="") {
    document.getElementById("userDetailsShownHere").innerHTML="";
    return;
  }
  if (window.XMLHttpRequest) {
    // code for IE7+, Firefox, Chrome, Opera, Safari
    xmlhttp=new XMLHttpRequest();
  } else { // code for IE6, IE5
    xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
  xmlhttp.onreadystatechange=function() {
    if (xmlhttp.readyState==4 && xmlhttp.status==200) {
      document.getElementById("userDetailsShownHere").innerHTML=xmlhttp.responseText;
      document.getElementById("btn").name=str;
        showGift(str);
    }
  }
  xmlhttp.open("GET","getuser.php?username="+str,true);
  xmlhttp.send();
}
//This code will execute on button click
function showGift(str) {
    var life = document.getElementById("lifeLabel").value;
    var number = parseInt(life, 0);
    if(number == 55){      
        if (window.XMLHttpRequest) {
        // code for IE7+, Firefox, Chrome, Opera, Safari
        xmlhttp=new XMLHttpRequest();
      } else { // code for IE6, IE5
        xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
      }
      xmlhttp.onreadystatechange=function() {
        if (xmlhttp.readyState==4 && xmlhttp.status==200) {
            
          document.getElementById("userDetailsShownHere").innerHTML=xmlhttp.responseText;
         document.getElementById("btn").name=str;
       document.getElementById("btn").style.display="inline";
       
        }
      }
      xmlhttp.open("GET","getuser.php?username="+str,true);
      xmlhttp.send();
    }
    else if(number > 0){
      document.getElementById("noLife").style.display="none";
        number = number - 1;

      if (window.XMLHttpRequest) {
        // code for IE7+, Firefox, Chrome, Opera, Safari
        xmlhttp=new XMLHttpRequest();
      } else { // code for IE6, IE5
        xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
      }
       xmlhttp.onreadystatechange=function() {
        if (xmlhttp.readyState==4 && xmlhttp.status==200) {
          document.getElementById("userDetailsShownHere").innerHTML=xmlhttp.responseText;
          document.getElementById("btn").name=str;
        document.getElementById("btn").style.display="none";
         if(document.getElementById("cometomorrow") || document.getElementById("win")){
            document.getElementById("btn").style.display="none";
            console.log("hide");
          }else{
            setTimeout("showButton()", 1000);
          }
        }
      }
      xmlhttp.open("GET","getgift.php?username="+str+"&loop="+number,true);
      xmlhttp.send();
    
    }
    else {
    document.getElementById("userDetailsShownHere").innerHTML="";
        document.getElementById("noLife").style.display="inline";
    document.getElementById("btn").style.display="none";
    }
}

</script>





Incorrect color in color picker

0
0

Hi all.

I think color picker in IE 11 devtools works incorrectly.

If background color is #eeeeee = rgb(238,238,238), color picker shows rgba(237,237,237,1) that is equal to #ededed.

Could someone explain is it a bug, or my browser is incorrectly configured or smth else?

Info about system: Windows 7 x64 Enterprise Service Pack 1, IE 11.0.9600

Kind regards,

Ilya

Security Update Blocked my mailto

0
0


I have a website, written in Java, that uses a mailto call (Client Default IE11 & Outlook).  Since May 2018 and coinciding with the KB4103768 Security Update for IE, the web site only 'pops up' the mailto message once and the subsequent calls are just ignored (no error message).  Running the site without the update (in testing) has the mailto command working every time.  Would suggest that the Update will not be rolled back so an alternate code example would be appreciated.   Snippet - var mailaction = 'mailto:'+header+subject+wholebody;  window.location.href = mailaction;

IE/Edge do not fall back to NTLM if Kerberos not available

0
0

We have recently changed our SharePoint on-premise authentication method from NTLM only to Kerberos/NTLM. Since then when we try to login from Internet (no kerberos) IE causes trouble getting a 401 (Unauthorized) due to the fact that it does not fall back to NTLM, but wants to use Kerberos instead. This behaviour only applies to IE and Edge, other browsers like Chrome or Firefox due proper NTLM. The Response Header I see in IE is correct (WWW-Authenticate: Negotiate, NTLM), though. Just that both IE or Edge always only try kerberos which fails fro outside our corporate network or VPN. It doesn't look to me like it owuld be a Firewall or IIS Server issues, since other browsers (non-Microsoft) do properly work with NTLM within the same scenario. BTW, there is a similar situation with Dynamics CRM on-premise, I am not an expert here, but with this when trying to browse the internal URL from WAN (which might not be the right approach, but firewall-wise it is allowed), we get the same issue with IE/Edge. Using internet-faced deployment URL for CRM via ADFS, this works with IE/Edge too from outside corporate network. This seems to be the same cause, these browsers to not fall back to NTLM if Kerberos isn't available.
After I got my Kerberos Ticket once, until it expires or I purge it, I can work with these browser from outside LAN too.

IE security Settings is set to Enable Integrated Windows Authenticaton and servers in charge are members of Local Intranet Security zone

kind regards,

Dieter

Certificate Revocation Alert

0
0
I have a user who gets a security alert in IE 11 - Revocation information for the security certificate for this site is not available.  Do you want to proceed?
She gets this going to all sorts for websites, Accuweather, Microsoft, many others, that I know have valid certificates.  I view the certs on her machine, they look fine, dates, names, etc.  Her windows 7 is up to date.  The certificates MMC plug in shows the trusted root certificates as it should.  Anybody have a clue how to fix this?

How to set any url to New Tab of Microsoft Edge browser through Group Policy.

0
0

I have a requirement to set a specific url into New Tab via Group policy for Microsoft Edge. As of now While opening a new Tab page in Edge, default page (Which is set by microsoft) is opening. So I need to set a specific URL into New Tab. So when i will open a new Tab, it will redirect to specific URL only. 

Can you please let me know the Solution ASAP. 

Microsoft Edge for MacOS

0
0
Is there any plan to bring Microsoft Edge for MacOS?

unable to open https://login.microsoftonline.com

0
0
why can I not open https://login.microsoftonline.com when I have been using it every day?

'Protected Mode' and 'Run As Administrator' in Internet Explorer

0
0

I'm  trying to understand how these two options work together. 

If 'Run As Administrator' is uncheckedon IE shortcut, does Protected Mode in IE Option work or not? 

If 'Run As Administrator' is checked on IE shortcut, does Protected Mode in IE Option work or not? 

In my assumption, the Enable Protected mode in in IE internet zone only works when IE process is launched with a standard  user access token the user uses . If IE process is launched from a administrative user token (run as administrator), will this IE Option still work if it's checked and restrict access to securable objects like system files and registries?

Change default location when upload file

0
0

Hello

when i'm on webiste and want to upload file, the file browser opened and i go to the location where the file i want to upload is there. Next time when i want to upload a file, it goes to the last directory that i uploaded before. i want to change (through registry) the default path. so everytime i want to upload files, it will go the specific location that i set before. please assist .

OST to PST

0
0
How can I convert OST file format to PST file format in MS Outlook?

안산병원중절수술상담 FLCKEM50@GMail.CoΜ ←메일문의

0
0

※현대의료시설이 갖춰진 정식 산부인과 병원


남양주병원중절수술상담 FLCKEM50@GMail.CoΜ ←메일문의

0
0

※현대의료시설이 갖춰진 정식 산부인과 병원

안양병원중절수술상담 FLCKEM50@GMail.CoΜ ←메일문의

0
0

※현대의료시설이 갖춰진 정식 산부인과 병원

천안병원중절수술상담 FLCKEM50@GMail.CoΜ ←메일문의

0
0

※현대의료시설이 갖춰진 정식 산부인과 병원

송파병원중절수술상담 FLCKEM50@GMail.CoΜ ←메일문의

0
0

※현대의료시설이 갖춰진 정식 산부인과 병원

강서병원중절수술상담 FLCKEM50@GMail.CoΜ ←메일문의

0
0

※현대의료시설이 갖춰진 정식 산부인과 병원

Viewing all 10469 articles
Browse latest View live




Latest Images