Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alertify Confirm Does not execute Server side code #237

Open
mixednews opened this issue Jul 14, 2014 · 0 comments
Open

Alertify Confirm Does not execute Server side code #237

mixednews opened this issue Jul 14, 2014 · 0 comments

Comments

@mixednews
Copy link

I call sucessfully the code for the client side, but my process in c# does not execute, my code is:

function ProccNew(e) {
e = false;
alertify.set({ buttonFocus: "Cancel" });

        var multiStr = [
                "¿Are you sure?",
                "Really sure"
       ].join(" <br /> ");

        alertify.confirm(multiStr, function (proce) {
            if (proce) {
                document.getElementById('IntegraDS').style.display = "";
                setTimeout('document.images["SyncDaProc"].src="/Image/SyncProc.gif"', 400);
            } else {
                alertify.error("Proceso Cancelado");
            }
        });
        return proce;
    }

in c# the code is called in the asp:button_click event

Any suggestions on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant