T
tong
Dear group,
IE 7 is just installed on my computer as their auto update, then my
web project crashes. It used to work perfectly on IE6 and firefox. The
problem is that IE7 choke on this standard javascript statement:
document.forms['formname'].submit();
I 've tried other variations such as:
document.forms[0].submit();
or
var oF=document.getElementById('formname');
oF.submit();
or
document.formname.submit();
everytime, IE7 says it finds a null object! All these variations run
perfectly on IE6 and FireFox.
So my advise, DONOT use IE7 !!! Who knows what else it will break?
Extremely frustrated,
IE 7 is just installed on my computer as their auto update, then my
web project crashes. It used to work perfectly on IE6 and firefox. The
problem is that IE7 choke on this standard javascript statement:
document.forms['formname'].submit();
I 've tried other variations such as:
document.forms[0].submit();
or
var oF=document.getElementById('formname');
oF.submit();
or
document.formname.submit();
everytime, IE7 says it finds a null object! All these variations run
perfectly on IE6 and FireFox.
So my advise, DONOT use IE7 !!! Who knows what else it will break?
Extremely frustrated,