When future becomes past

From an old CHM file, a little JS snippet:

if (navigator.appVersion.indexOf("MSIE 5") == -1) {
	alert("You are using an old browser. \n" +
		"Help may not display correctly. \n" +
		"Please upgrade to the most recent version of IE");
	}

So there wasn’t and isn’t any updated browser except IE 5?

Leave a Reply