03
Jul
Problem: The <base href=”http://example.com/path/to/res/”> did not work at all on Internet Explorer – no javascript or style files were loaded and worked partially in Mozilla Firefox – a few javascript files were not pointing to the path that should be transformed by base href attribute. Example: Array( [0] => 1 ) <!DOCTYPE html PUBLIC “-//W3C//DTD [...]
17
Mar
Full error message: Object doesn’t support property or method. I got this error message in Internet Explorer 7 every time i tried to run code similar to the next snippet: window.opener.form.select[select.length] = new Option(text, value); The problem is that on Internet Explorer due to some mysterious security restrictions you are not allowed to add new [...]
