M
Mike Collins
The following line of code gives me an error. I'm guessing it is an Ajax
related error.
this.get_element().style.display = 'block';
This is the function that the line of code is in when it breaks.
function Sys$UI$_UpdateProgress$_startRequest() {
if (this._pageRequestManager.get_isInAsyncPostBack()) {
if (this._dynamicLayout) this.get_element().style.display = 'block';
else this.get_element().style.visibility = 'visible';
}
this._timerCookie = null;
}
The error is: Microsoft JScript runtime error: this.getElement().style is
null or not an object.
I have no idea how this is happening. Can someone please help me with this
error?
related error.
this.get_element().style.display = 'block';
This is the function that the line of code is in when it breaks.
function Sys$UI$_UpdateProgress$_startRequest() {
if (this._pageRequestManager.get_isInAsyncPostBack()) {
if (this._dynamicLayout) this.get_element().style.display = 'block';
else this.get_element().style.visibility = 'visible';
}
this._timerCookie = null;
}
The error is: Microsoft JScript runtime error: this.getElement().style is
null or not an object.
I have no idea how this is happening. Can someone please help me with this
error?