20220315 代码初始化上传

This commit is contained in:
2022-03-15 17:36:38 +08:00
commit 9dc8a7e05d
9501 changed files with 2066431 additions and 0 deletions
@@ -0,0 +1,15 @@
// JScript 文件
/*
//实现报表的设计
//Date:2007/4/1
*/
var str = '';
str+="<object classid=\"CLSID:15261F9B-22CC-4692-9089-0C40ACBDFDD8\""
str+="CODEBASE='http://www.soft198.com/downloads/chinaexcelweb.cab#version=3,8,9,2' name=\"ChinaExcel\" id=\"ChinaExcel\""
str+="style=\"left: 0px; top: 0px; width: 100%; height: 98%\">";
str+="<param name=\"_Version\" value=\"65536\">";
str+="<param name=\"_ExtentX\" value=\"20505\">";
str+="<param name=\"_ExtentY\" value=\"14155\">";
str+="<param name=\"_StockProps\" value=\"0\">";
str+="</OBJECT>";
document.write(str);