Tag: IE
-
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…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+