VBScript support in Internet Explorer 11

The IE team has been trying to retire VBScript for years. http://msdn.microsoft.com/en-us/library/windows/apps/Hh700404.aspx indicates that support was removed from the ExecScript API. http://msdn.microsoft.com/en-us/library/ie/dn384057(v=vs.85).aspx explains that it’s removed from IE11 Edge mode in the Internet Zone. If you add the following to your HEAD tag, your VBScript will run: <meta http-equiv=”x-ua-compatible” content=”IE=10″>

How to disable same origin policy Internet Explorer

Yes you can set this in Internet Options: Go to the Security tab. For the current zone click the “Custom level…” button. In the next window, scroll about a third of the way down to “Miscellaneous > Access data sources across domains” and set it to “Enable”. If the current zone is Internet, then you … Read more

How do I support IE 11 with Create React App 3.0?

To stop the errors and get a default create-react-app React application working in IE 11: Create your basic application with npx create-react-app [AppName] Add import ‘react-app-polyfill/ie11’; to the VERY top of index.js If you need common standard functions like Array.find() that are not supported in IE 11 add import ‘react-app-polyfill/stable’; just below the first line … Read more

favicon not working in IE

Right you’ve not been that helpful (providing source would be have been really useful!) but here you go… Some things to check: Is the code like this: <link rel=”icon” href=”http://www.example.com/favicon.ico” type=”image/x-icon” /> <link rel=”shortcut icon” href=”http://www.example.com/favicon.ico” type=”image/x-icon” /> Is it in the <head>? Is the image a real ico file? (renaming a bitmap is not … Read more

Make IE cache the resources but always revalidate

I’ve eventually figured it out. Here is an explanation and a tested solution. The following site confirms my observation: http://blog.httpwatch.com/2008/10/15/two-important-differences-between-firefox-and-ie-caching/ It says that IE does not locally store pages with the ‘no-cache’ directive and hence always sends an unconditional request. There’s also a MS support article – https://support.microsoft.com/help/234067/ – which confirms this: “Internet Explorer supports … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)