最新的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事件属性