JQuery提供的局部打印功能:
<input type="button" value="打印" onclick="javascript:$('#form2').jqprint()" />
在IE下可能会有页眉页脚,需在“文件-页面设置”里去掉。
JQuery提供的局部打印功能:
<input type="button" value="打印" onclick="javascript:$('#form2').jqprint()" />
在IE下可能会有页眉页脚,需在“文件-页面设置”里去掉。