Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I have a callback panel that returns any server side errors in the parameter's Data object. In chrome the error is displayed twice but IE and Firefox only display the error once. Is there a way around this?
Code: JavaScript
function ClientSideAfterExecute(callback, output, extraData) {
if (extraData != null && extraData.length > 0) {
setTimeout(function() { alert(extraData); }, 100);
}
}
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We are not able to duplicate this problem. Can you create a test page and send it to us?
Thanks!
|