Most voted "internet-explorer" questions
Windows Internet Explorer, also known by the abbreviations IE, MSIE, Winie, or Internet Explorer, is a proprietary Internet browser first produced by Microsoft on August 23, 1995. Use this tag on questions where support for this browser is particularly necessary (and not just any browser).
Learn more…117 questions
Sort by count of
-
0
votes1
answer2783
viewsHow to extract data from internet by VBA
I’m trying to extract a specific table from a website and paste it into a spreadsheet to update a database daily. But as it is impossible to download the table as excel or csv, I must extract the…
-
0
votes0
answers45
viewsEnable Javascript in the ABA Console in Internet Explorer (F12) Developer Tools
Please, I’m trying to make a combobox visible within a page. I am using Internet Explorer with "F12" (Developer Tools) TAB "Console" triggering command on the command line below. For this Combobox…
-
0
votes1
answer175
viewsWhy is the expected " SCRIPT1004: ';' error" generated when running the application in Internet Explorer?
I recently created a Javascript application that works perfectly in the browser Chrome and yesterday I decided to test it on Internet Explorer. To my surprise, the page was not the way it should be…
-
0
votes1
answer339
viewsClick on the link with vba
I need to click on the object that has the hyperlink to continue browsing the page. Error occurs on line: ie.document.getElementsByTagName("td")(0).CLICK. Sub busca_desc()…
-
0
votes0
answers20
viewsAutomation of IE VBA drop-down list I need to select an option
Hello guys I am performing a process of automating a site, more when I arrive at an option, it opens others that I can not select. I am using this code "objIE.document.getElementById("img1.0_p").…
-
-1
votes1
answer204
viewsPHP page without background color in Internet Explorer
I have a problem opening a PHP page on the Internet Explore. It removes background colors. In Google Chrome opens all pages normally. <table style="width:100%;height:100%;" bgcolor="#4682B4"…
-
-1
votes2
answers167
viewsIs there incompatibility and errors between Internet explorer and Postgresql?
In my work we use Postgresql version 9.0 as a database for several systems. Some customers inform us that sometimes they cannot find certain search data using Internet Explorer 9, 10 and 11. I as a…
-
-1
votes1
answer409
viewsJavascript only works with the IE Bugger
Hello. I have a JS code that works perfectly in other browsers, however, in IE only works with the Debugger (F12) activated. Follow an excerpt from my JS: <script…
-
-1
votes1
answer77
viewsProblem in pages with size %
I’m creating a page where I have a page that gives me problems when using IE and Firefox. The page in question has 3 rectangles next to each other with a small space between them. For the size of…
-
-1
votes1
answer45
viewsTHE COLOR OF MY WEBSITE DOESN’T OPEN RIGHT ON IE11 AND EDGE?
Good afternoon Devs, I’m already with that...I managed to convert the colors in Firefox...plus IE no chance, and the customer still wants to look at IE...Have any way to solve? I used those codes on…
-
-1
votes1
answer316
viewsLayout to adapt to browser resizing
Looking at many sites today, in this case, exclusively those with Layouts Responsive, I noticed a detail that was not of my concern until then. My doubt has been in qualifying whether a…
google-chrome responsive-layout internet-explorer firefox resizingasked 8 years, 9 months ago thelimarenan 391 -
-1
votes1
answer386
viewsHtml, doubt about compatibility with Internet Explorer
I don’t know why but my site gets broken in Internet Explorer and Microsoft Edge. Ja in Firefox, Google Chrome and Opera Web the site gets normal. The only parts of the site that are broken are…
-
-2
votes1
answer348
viewsAjax does not work in Internet explorer 6
<html> <head> <meta charset="utf-8"> <title>AJAX, JSON E PHP</title> <script type="text/javascript" charset="utf-8"></script> </head> <body>…
-
-2
votes1
answer112
viewsc# - How to close a specific instance of internet explorer?
I can with this code. foreach (Process p in Process.GetProcessesByName("explorer")) {p.Kill();} But I need to close just one instance taking maybe by the window title. This is the window that needs…
-
-3
votes1
answer717
viewsInternet Explorer does not recognize CSS classes that work properly in other browsers
The site I developed in Wordpress does not open properly in Internet Explorer. I noticed that Internet Explorer is not finding the styles correctly. Website: http://nakbrasil.com.br/new…
-
-3
votes0
answers22
viewsProblem with IE interaction in Vba, I can’t save
I’m new around here! I’m having a difficulty with save button, on windows screen, I’m doing an IE interaction in vba, enter a particular site, I dowload the file, I click save as, it goes to the…
-
-3
votes1
answer143
viewsMultiple selection does not work in IE
I made a post on how with a choice, select all the items. I received a reply, which solved. well, solved only in Chrome, but in IE does not work. As the question changed the "direction", so I…