實例如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>js print打印網(wǎng)頁指定區(qū)域內(nèi)容的簡單實例</title></head><script>function myPrint(obj){ var newWindow=window.open("打印窗口","_blank"); var docStr = obj.innerHTML; newWindow.document.write(docStr); newWindow.document.close(); newWindow.print(); newWindow.close();}</script><div id="print"><hr /> 打印演示區(qū)域,點擊打印后會在新窗口加載這里的內(nèi)容!<hr /></div><button onclick="myPrint(document.getElementById('print'))">打 印</button></html>以上就是小編為大家?guī)淼膉s print打印網(wǎng)頁指定區(qū)域內(nèi)容的簡單實例全部內(nèi)容了,希望大家多多支持武林網(wǎng)~
新聞熱點
疑難解答