Latest web development tutorials

HTML5 onbeforeprint 事件屬性

HTML 事件屬性 HTML事件屬性

實例

在頁面設置打印,但在打印對話框出現前執行JavaScript :

<body onbeforeprint="printmsg()">

嘗試一下»

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

目前只有Internet Explorer 和Firefox 瀏覽器支持onbeforeprint 事件屬性。


定義和用法

onbeforeprint 屬性在用戶設置頁面打印,但在打印對話框出現前觸發。

提示: onbeforeprint屬性通常與onafterprint屬性一起使用。


HTML 4.01 與HTML5之間的差異

onbeforeprint 屬性是HTML5新屬性。


語法

<elementonbeforeprint=" script ">

屬性值

描述
script onafterprint中执行的脚本。


HTML 事件屬性 HTML事件屬性