我目前正致力于开发POS(Point Of Sale)的asp.net c#项目。我在页面加载时使用JavaScript函数,但它填充了谷歌浏览器中的打印对话框。这是我的页面加载JavaScript函数。
<script type="text/javascript">
window.onload = function () {`enter code here`
window.print();
}
</script>
我不想要这个Google Chrome打印对话框。如何直接点击按钮打印发票?我被困在这一点上。
我尝试过:我使用过JavaScript函数。我想要一些直接打印发票的C#功能。
答案 0 :(得分:0)
您可以替代方式。