Tag: script
-
Create a JavaScript file called iecheck.js and paste the following in the snippet: [sourcecode language=”javascript”] function trueOrFalse() { return true; } function IeVersion() { // Set defaults var value = { IsIE: false, TrueVersion: 0, ActingVersion: 0, CompatibilityMode: false }; // Try to find the Trident version number var trident…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
There may be cases where you don’t have as free of access to the meta information or web.config to set redirects in place. You can also do this with JavaScript! Here’s the snippet (place this in between script tags in the body or applicable section in the body that allows…