知识在于积累(.NET之路……)

导航

文章分类 -  WebOffice

点聚weboffice
weboffice常用js接口
摘要:/****************************************************** 关闭页面时调用此函数,关闭文件 *****************************************************/function window_onunload() { try{ var webObj=document.getElementById("WebOffice1"); webObj.Close(); }catch(e){ // alert("异常\r\nError:"+e+"\r\... 阅读全文

posted @ 2012-08-07 20:49 汤尼 阅读(3246) 评论(1) 推荐(0)

点聚weboffice常用接口
摘要:/****************************************************** 关闭页面时调用此函数,关闭文件 *****************************************************/function window_onunload() { try{ var webObj=document.getElementById("WebOffice1"); webObj.Close(); }catch(e){ // alert("异常\r\nError:"+e+"\r\nError C 阅读全文

posted @ 2012-07-27 15:51 汤尼 阅读(1268) 评论(2) 推荐(0)