> HTML中文手册 > onbeforeprint

实例

在页面设置打印,但在打印对话框出现前执行 javascript :

<body onbeforeprint="printmsg()">
运行一下 »

浏览器支持

onbeforeprintonbeforeprintonbeforeprintonbeforeprintonbeforeprint

目前只有 Internet Explorer 和 Firefox 浏览器支持 onbeforeprint 事件属性。

定义和用法

onbeforeprint 属性在用户设置页面打印,但在打印对话框出现前触发。

提示: onbeforeprint 属性通常与 onafterprint 属性一起使用。

HTML 4.01 与 html5之间的差异

onbeforeprint 属性是HTML5新属性。

语法

<element onbeforeprint="script">

属性值

描述
script onafterprint中执行的脚本。
上一篇:
下一篇: