Questions tagged as 'internet-explorer'

0
answers

Click on a span element that is inside an iframe with vba

The page shows a text that says MAINTENANCE; by clicking with the mouse enables some text boxes, the problem is that there is no id or name to access the element by id or name. according to me with my visual code I try to find the word maintena...
asked by 29.05.2017 / 18:22
4
answers

How to click on a web button from excel that has neither id nor name?

I need in Excel (vba) to make a macro or robot to enter some data in a web page taking as values a list of data (cedula and date) that I have in an Excel sheet, those parameters I can already pass to the form with this element "IE.Document.getEl...
asked by 14.06.2017 / 23:23
1
answer

append () does not work in Internet Explorer

I have a code that collects data from a BD and dynamically introduces them to a page, so I create with jquery the elements and labels inside a "blank" page (it has some fixed data). In Chrome it works for me without any problem, it does not give...
asked by 25.06.2018 / 18:47
1
answer

onchange event in IE when modifying input value programmatically

I have noticed that in different versions of Internet Explorer the event onchange is not captured when the value of an input is altered by a function js, behavior that does not happen with other browsers such as Mozilla or Chrome. Inve...
asked by 08.07.2017 / 03:25
1
answer

Input Date compatible with Internet Explorer?

I have a form in Html using bootstrap, in all browsers the input type works: "date" only Internet Explorer does not and I need it to be compatible with that browser, I found a way to do it with Script which is the following: <script type="t...
asked by 23.06.2017 / 00:57
0
answers

I do not work CSS in IE10 and IE11

I'm trying to create CSS so that the web works correctly in IE 9 or higher, but when I insert them, it only recognizes it in IE9 but in IE10 or IE11 no. I've put the head on <!--[if IE]><link href="css/airN/airN-ie.css" rel="styles...
asked by 26.12.2018 / 17:25
0
answers

Bootstrap compatibility in IE!

A app web is being developed, the tests and others were done in chrome , and everything works perfectly. But when you try it in Internet Explorer which is the official browser of the company, it does not work. This is the...
asked by 23.11.2018 / 23:25
0
answers

IE9 does not redirect AngularJs

I have the following script to redirect to the page I want $location.$$urlUpdatedByLocation = true; $location.$$absUrl = location.origin+location.pathname+"busqTerceros.html"; In the file busqTerceros.html I have the following: <met...
asked by 20.11.2018 / 00:13
0
answers

Will not let me enter phpmyadmin (appserv)

Starting the Apache2.2 service The Apache2.2 service is running. rmine the server's fully qualified domain name, using 10.0.0.109 for ServerName [Thu Jan 31 20:30:15 2008] [notice] Apache/2.2.8 (Win32) configured -- resuming normal opera...
asked by 09.11.2018 / 19:38
0
answers

HTML to use script only in Internet Explorer

I need to use a script only in Internet Explorer and for this I use the following line of code: <script type="text/javascript"> if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) document.write('<script s...
asked by 05.11.2018 / 10:08