Thursday 1 May 2014

SP.UI.ModalDialog.showModalDialog on close, page refresh

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