最新的Web開發教程
 

HTML onbeforeprint事件屬性

<HTML事件屬性

執行一個JavaScript當一個網頁是關於要打印:

<body onbeforeprint="myFunction()">
試一試»

定義和用法

onbeforeprint屬性火災時,一個網頁是關於要打印(出現在打印對話框之前)。

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


瀏覽器支持

事件屬性
onbeforeprint 不支持 不支持 不支持

HTML 4.01和HTML5之間的差異

onbeforeprint屬性,HTML5是新的。


句法

<elementonbeforeprint=" script ">

屬性值

描述
script 該腳本將在onbeforeprint運行

技術細節

支持的HTML標籤: <body>

相關頁面

HTML DOM參考: onbeforeprint event


<HTML事件屬性