On re-reading bug 4133, I see that I should just turn off the

javascript stuff on all instances of IE.
This commit is contained in:
terry%netscape.com 1999-03-24 22:02:48 +00:00
parent 6130bb2d79
commit 105f166dc0

View File

@ -232,8 +232,7 @@ $jscript .= q{
function selectProduct(f) {
// Apparently, IE4 chokes on the below, so do nothing if running that.
var agt=navigator.userAgent.toLowerCase();
if ((agt.indexOf("msie") != -1) &&
(parseInt(navigator.appVersion) == 4)) return;
if ((agt.indexOf("msie") != -1)) return;
var cnt = 0;
var i;