var script = @"<script type="text/javascript">
//<![CDATA[
var GlvDelayedNextPageNo;
function WebForm_CallbackComplete_SyncFixed() {
// the var statement ensure the variable is not global
for (var i = 0; i < __pendingCallbacks.length; i++) {
callbackObject = __pendingCallbacks[i];
if (callbackObject && callbackObject.xmlRequest &&
(callbackObject.xmlRequest.readyState == 4)) {
// SyncFixed: line move below // WebForm_ExecuteCallback(callbackObject);
if (!__pendingCallbacks[i].async) {
__synchronousCallBackIndex = -1;
}
__pendingCallbacks[i] = null;
var callbackFrameID = "__CALLBACKFRAME" + i;
var xmlRequestFrame = document.getElementById(callbackFrameID);
if (xmlRequestFrame) {
xmlRequestFrame.parentNode.removeChild(xmlRequestFrame);
}
// SyncFixed: the following statement has been moved down from above;
WebForm_ExecuteCallback(callbackObject);
}
}
}
var OnloadWithoutSyncFixed = window.onload;
window.onload = function Onload() {
if (typeof (WebForm_CallbackComplete) == "function") {
// Set the fixed version
WebForm_CallbackComplete = WebForm_CallbackComplete_SyncFixed;
// CallTheOriginal OnLoad
if (OnloadWithoutSyncFixed != null) OnloadWithoutSyncFixed();
}
}
//]]>
";
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE