I am all of the sudden getting this error in Visual Studio and when I debug a site it will not pull up a browser.
The browser being opened when debugging is firefox, why does it giving this IE browser error?
The error highlights this line in yellow:
function fnScale(){
var constNorm = 96;
var iev= ieversion(); <<----- offending line
var rv = -1 ;
var ua = window.navigator.userAgent;
var re = new RegExp("Trident\/([0-9]{1,}[\.0-9]{0,})");
if (re.exec(ua) != null)
function sendRequest(url,callback,postData,el,w,h)
{
var req = createXMLHTTPObject();
if(!req)
{
/*alert("Could not create XHR object!");*/ Go to the complete details ...