This is what the code looks like which shows up in the header of the page:
var DetectBrowser = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; }, searchString: function (data) { for (var i=0;i
help!
I haven't published the page yet that has this code on it but I'm definitely afraid to until I get this fixed.
I've tried this as well on two different browsers – Chrome & Firefox and the same thing shows up!
I really need to get this page published and would love some help with this.
thanks,
Joyce