调用打印和显示JFreecCart图

本文介绍了一种使用JavaScript实现网页打印的方法,包括打印设置、预览及实际打印操作,并通过隐藏指定元素来优化打印效果。

 

//引入打印的JS文件

<script language="javascript" type="text/javascript"
   src="<%=request.getContextPath()%>/js/print.js"></script>

 

//js的具体内容

function printsetup(){
  // 打印页面设置
  wb.execwb(8,1);
  }
  function printpreview(){
  // 打印页面预览
  wb.execwb(7,1);
  }
  function printit()
  {
  if (confirm('确定打印吗?')) {
  wb.execwb(6,6)
  }
  }
function onbeforePrint()
{
 document.getElementById("print").style.display='none';//隐藏按钮
 document.getElementById("set").style.display='none';
 document.getElementById("show").style.display='none';
 document.getElementById("button_back").style.display='none';
}
function onafterPrint()
{
 document.getElementById("print").style.display='';//显示按钮
 document.getElementById("set").style.display='';
 document.getElementById("show").style.display='';
 document.getElementById("button_back").style.display='';
}

 

//页面调用打印的动作

<DIV align=center>
      <OBJECT id=wb height=0 width=0
       classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 name=wb></OBJECT>
      <INPUT
       onclick="onbeforePrint();javascript:printit();onafterPrint()"
       type=button value=打印 name=print id=print />
      <INPUT
       onclick="onbeforePrint();javascript:printsetup();onafterPrint()"
       type=button value=打印页面设置 name=set id=set />
      <INPUT
       onclick="onbeforePrint();javascript:printpreview();onafterPrint()"
       type=button value=打印预览 name=show id=show />
     </DIV>

 

//显示JFreeChart图形

<logic:present name="fatchart2D">
          <img src="${fatchart2D}" border="0" usemap="#map0">
 </logic:present>

 

 

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值