Archive for the ‘Uncategorized’ Category

Why isn’t my code being executed in IE?

The problem if ( !window.TestClass ) {  function TestClass() {    // …  }  TestClass.prototype.go = function () {    alert("gone");  }; } var test = new TestClass(); test.go(); In IEv6, v7 & v8, the above test case fails. This is probably an example of IE’s JScript engine getting ahead of itself: the function “TestClass”, [...]

Powered by WordPress | Design by OVMS, based on AnimeStar (Best MMORPGs | Thanks to MMORPG List, VPS Hosting and Website Hosting)