1 Star 0 Fork 44

深圳如风/WebFastReport

forked from mxkings/WebFastReport 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WebFastReportProj.htm 696 Bytes
一键复制 编辑 原始数据 按行查看 历史
隐龙 提交于 2014-10-15 23:28 . 发行版本,CVS迁入
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk2312" />
</head>
<body>
<script type="text/javascript">
function print(mode)
{
var report = document.getElementById("webfastreport");
report.Print(mode,'fr3','data');
}
</script>
<OBJECT id="webfastreport" style="display:block" classid="clsid:82CAF337-053B-4AE1-9055-3925D1667F5D" codebase="WebFastReportProj.ocx#version=1,0,0,0" width=700 height=350 align=center hspace=0 vspace=0>
<param name="App" value="ZJG_SHIP">
</OBJECT>
<input type="button" value="" onclick="print(1)">
<input type="button" value="Ԥ" onclick="print(2)">
<input type="button" value="ӡ" onclick="print(3)">
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/jason156/WebFastReport.git
[email protected]:jason156/WebFastReport.git
jason156
WebFastReport
WebFastReport
master

搜索帮助