0
我試圖打印PDF文件(onclick)並在同一個按鈕(提交)計數點擊。 我想要的是點擊查看打印作業,而不是提交表單,也許是在它們之間做出延遲?試圖提交表單並使用同一按鈕onclick點擊
<form method="post">
<button type="submit" onclick="printJS({printable:'graphics/babushka/frog.pdf', type:'pdf', showModal:true})" name="print" class="btn btn-success btn-lg" style="outline: 0;"><i class="fa fa-print"></i> Print</button>
</form>