Breaking

Search Here

08 September 2015

Confirm Message after login success

 //confirmmessage after login success
        function CallConfirmBox() {
            if (confirm("Do you go to create menu forms?")) {
                //OK – Do your stuff or call any callback method here..
                window.location = "http://localhost:1112/ParentMenu.aspx";
                //alert("You pressed OK!");
            } else {
                //Cancel – Do your stuff or call any callback method here..
                window.location = "http://localhost:1112/Home.aspx";
                //alert("You pressed Cancel!");
            }
        }

No comments:

Post a Comment

Hello all, if you have any doubt feel free comment

Comments