I'm trying to positively identify Netscape 4 (N4) browsers, not with JavaScript, but by reading the UA string on the server-side. I don't care about detecting any other browsers.
My method so far is to check if "Mozilla/4" begins the UA string and if so check for the presence of "MSIE" further along in the string. If "MSIE" is NOT present then it's a good chance that it's Netscape 4. I'd like to know if there's a better way to narrow it down. Any suggestions?
Thanks,
petey
My method so far is to check if "Mozilla/4" begins the UA string and if so check for the presence of "MSIE" further along in the string. If "MSIE" is NOT present then it's a good chance that it's Netscape 4. I'd like to know if there's a better way to narrow it down. Any suggestions?
Thanks,
petey