提交代码

This commit is contained in:
2025-03-13 09:20:11 +08:00
parent 6d0c6e28de
commit 980946f316
3443 changed files with 188150 additions and 3 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=4,0,4,0' 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);