alina
Limited Experience
Posts: 126
|
Post by alina on Jul 19, 2012 4:36:14 GMT -6
In some version of browser, using will not work due to some reason. I found an alternate method to solve this problem, here is the javascript code: var dialogSP = null; if (SP.UI.ModalDialog.showModalDialog) { dialogSP = SP.UI.ModalDialog.showModalDialog(options); } else { dialogSP = SP.UI.ModalDialog.commonModalDialogOpen(countryUrl, options, null, {});
|
|