我正在尝试使用以下javascript打开模式弹出
if (this.Context != null && !this.Context.Items.Contains(SPRequestModule.AllowFramingFlag)) {
this.Context.Items.Add(SPRequestModule.AllowFramingFlag, "1");
}
var options = { url: "https://eeeee/Lists/ProjectLibrary/NewForm.aspx", width: 400, height: 300 };
enter code here
SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);`
我已将该网站添加到受信任的网站区域。
答案 0 :(得分:0)
尝试配置X-Frame-Options响应标头