Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2184 Points
437 Posts
Jan 31, 2007 08:02 PM|LINK
The error occurs in the function "Sys$UI$_UpdateProgress$_startRequest()" It fails on : " this.get_element().style.display = 'block';"
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; }
AndrewSeven
Contributor
2184 Points
437 Posts
Re: 'this.get_element().style' is null or not an object
Jan 31, 2007 08:02 PM|LINK
The error occurs in the function "Sys$UI$_UpdateProgress$_startRequest()"
It fails on : " this.get_element().style.display = 'block';"
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;
}