HTML事件屬性onafterprint

2018-01-05 13:58 更新

HTML事件屬性onafterprint


觸發(fā) onafterprint 屬性事件當(dāng)頁面開始打印時,或者打印對話框已關(guān)閉時。

HTML5中的新功能

onafterprint 屬性在HTML5中是新的。

句法

<element onafterprint="script or javascript function name">

支持的標(biāo)簽

<body>

瀏覽器兼容性

onafterprint No Yes Yes No No


例子

<!DOCTYPE html>
<html>
<body onafterprint="myFunction()">

<h1>print this document</h1>

<script>
function myFunction() {
    alert("printed");
}
</script>

</body>
</html>

Click to view the demo



以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號