I am having to support IE7 and the following line is throwing an error in the console:
document.getElementById("statusFilter").setValue("0");
The error I am getting is:
Object doesn't support property or method 'setValue'".
Is there an alternative for IE7? This works absolutely fine in IE8/9, FF and Chrome.