This is the below error I get when I tried to specify the path for the audit logs.
object reference not set to an instance of an object.
Source Error:
function enableOK(){
var ok = (document.getElementId("<%= this.OkButton.ClientID %>"));
ok.disabled = false;
}