Welcome Guest Search | Active Topics | Sign In | Register

ClientSideAfterExecute fired twice in Chrome for single callback Options
Joan Darling
Posted: Tuesday, March 15, 2016 3:19:20 PM
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);
    }
}
eo_support
Posted: Tuesday, March 15, 2016 6:45:06 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.