Version: 3.5.6 (using KDE 3.5.6 "release 41.4" , openSUSE ) Compiler: Target: x86_64-suse-linux OS: Linux (x86_64) release 2.6.18.8-0.1-default http://imagini.net/friends/ I'd like to create a profile, but the site says: "Thank you for visiting us. Our systems have detected that your web browser does not support a new enough version of Javascript so we are unfortunately unable to profile your VisualDNA™ If you have the opportunity to use another computer please do try again. Thank you for your interest."
checker function: function testBrowser(){ ob = getHTTPObject(); // cookie = readCookie("Gargravarr5"); if(!ob){ window.location = "sorry.html" return false; } return true; } function getHTTPObject() { var xmlhttp; if (!xmlhttp && typeof XMLHttpRequest != 'undefined') { try { xmlhttp = new XMLHttpRequest(); xmlhttp.overrideMimeType("text/xml"); } catch (e) { xmlhttp = false; } } return xmlhttp; *** This bug has been marked as a duplicate of 142265 ***