20230307 质量在线文档编辑修改
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
return null;
|
||||
|
||||
}
|
||||
function custom_close() {
|
||||
window.opener = null;
|
||||
window.open('', '_self');
|
||||
window.close();(strHello);
|
||||
}
|
||||
function openhtml(cmd) {
|
||||
//判断插件是否安装
|
||||
datatochildcmd = cmd;
|
||||
@@ -54,7 +59,7 @@
|
||||
|
||||
//在父页面定义的跨浏览器插件应用程序关闭事件响应方法,且方法名不能自定义,必须是ntkoCloseEvent
|
||||
function ntkoCloseEvent() {
|
||||
if (CLOSEVENT) alert("跨浏览器插件应用程序窗口已关闭!");
|
||||
if (CLOSEVENT) { custom_close(); }
|
||||
}
|
||||
|
||||
//在父页面固定OnDataParentText方法名来获取子页面传过来的数据
|
||||
|
||||
Reference in New Issue
Block a user