In Javascript:
ig_shared.getCBManager()._timeLimit =
Setting the timeout for the WebAsyncRefreshPanel in the InitializePanel client-side event:
In JavaScript:
function WebAsyncRefreshPanel1_InitializePanel(oPanel){
ig_shared.getCBManager()._timeLimit = 40000;
}
Setting the timeout for the WebTab in the InitializeTabs client-side event:
In Javascript:
function UltraWebTab1_InitializeTabs(oWebTab){
ig_shared.getCBManager()._timeLimit = 40000;
}
Reminder: the above code will not work in the release build of NetAdvantage 2006 Volume 3 as this functionality was added later on in a hot fix.