SP.UI.ModalDialog.showModalDialog on close, page refresh
$(‘#btnOpen’).click(function(){
var strurl=”http://sp2013/lists/Mylist/Allitems.aspx”;
var options = {
url: strurl,
title:”,
width:770,
height:750,
dialogReturnValueCallback: RefreshOnDialogClose
}
url: strurl,
title:”,
width:770,
height:750,
dialogReturnValueCallback: RefreshOnDialogClose
}
SP.UI.ModalDialog.showModalDialog(options);
});
});