Questions tagged as 'internet-explorer'

0
answers

Vue.js Prod version Error IE11 "Expected identifier, string or number"

I'm trying to run my new webpage in IE11 (testing the compatibility across browsers) and I have an error in console log, and got a blank page for any route. I'm using webpack, running: npm run build. To be able to see the code, I disabled the...
asked by 22.05.2018 / 17:30
0
answers

Identify browser (php with PDO) [duplicate]

People, good afternoon, I would like to insert in my index a code to identify the browser that the user is using and, if it is Internet Explorer, automatically be redirected to a page called "ie.html" The server side language is PHP with PDO...
asked by 21.02.2018 / 18:14
0
answers

Instead of opening a new tab, it will download

I'm using IE, and to open a new tab, I use window.open. My ie which is 11, opens the new tab normally, but in another ie that is also 11 but a bit older, it downloads, how can I solve?     
asked by 04.12.2017 / 15:16
1
answer

Open preview window printing by javascript

I would like to know how to open this preview preview window of IE by javascript, I need a button that opens this window, without having to go through it through the settings.     
asked by 13.11.2017 / 14:35
1
answer

Save IE generated by JavaScript using VBA

I'm using the routine to access a page and download a file, which uses a javascript to be generated, but it needs to be saved automatically, without user intervention. Sub ConnectWeb() Dim ie As InternetExplorer Dim C Dim ULogin As Boolean, ie...
asked by 26.07.2017 / 14:33
0
answers

how to click the "ok" button in an Internet Explorer alert using VBA?

Hello, I have a VBA code that accesses a web page and excludes the registered items. When I click the "delete item" button it will open an alert on the screen with two buttons ( "ok" and "cancel" >) and displaying the message "Confirm d...
asked by 25.07.2017 / 18:57
0
answers

VBA x IE - collect data from a table

I'm programming in VBA a collection of information on the central bank's website. It turns out that the page does not load fully and when the macro ends only a few records have been loaded in the worksheet. I believe the page has some event that...
asked by 09.06.2017 / 16:47
0
answers

Simple Lens Jquery does not work in IE and Edge

I'm using simpleLens but the same is not working in IE and Edge. The zoom does not appear and the images do not change when you move the mouse. I have tried changing several parts but it does not work. (function(a){a.fn.simpleGallery...
asked by 30.05.2017 / 15:29
0
answers

Primefaces 6.1 + HTTPS = Error in IE11

I placed a JSF project with primefaces to run with link and when we entered IE11 a surprise: it works! Trigger a browser error like this:    CSS3111: @ font-face Detected an unknown error. Filet:   SohoGothicPro-Light.woff Lin...
asked by 30.05.2017 / 19:39
1
answer

how to make VBA interact with more than one tab in Internet Explorer?

I have a VBA macro that handles Internet Explorer, at some point when clicking an item, a new tab is opened in Internet Explorer. My question is: How to change the focus of VBA to handle this new tab that was opened? follow code: Sub x...
asked by 29.03.2017 / 20:31