Can we change Useragentstring in IE through javascript.I am using the below script but it is not working
<div>
window.navigator.__defineGetter__('userAgent', function () {
return 'Mozilla / 5.0(compatible; MSIE 10.0; Windows NT 6.2; Trident / 6.0)';
});
</div>
Go to the complete details ...