티스토리 뷰

728x90
반응형

                    var ajaxObj = $.ajax({

                        type: "post",

                        url: "class.DelegateIsDataRequest.asp",

                        data: { delegateName: "privateListReceive", seq: seq, userID: userID }

                    });


                    ajaxObj.success(function(jqXHR, textStatus, errorThrown) {

                        window.location.reload();

                    });


                    ajaxObj.error(function(jqXHR, textStatus, errorThrown) {

                        alert(errorThrown);

                    });

728x90
반응형