HTML onbeforeprint事件属性

  • onbeforeprint属性定义和用法

    当要打印页面时(在打印对话框出现之前),将触发onb​​eforeprint属性。 提示: onbeforeprint属性通常与onafterprint属性一起使用。

  • onbeforeprint属性浏览器支持

    Internet Explorer Chrome FireFox Safari Opera
    支持 63.0(含)以上 支持 不支持 不支持
  • HTML4.01和HTML5之间的差异

    onbeforeprint属性是HTML5中的新增功能。

  • onbeforeprint属性语法

    <element onbeforeprint="script">

  • onbeforeprint属性实例

    <body onbeforeprint="myFunction()">
    尝试一下
  • onbeforeprint属性值

    属性值 描述
    script 要在onbeforeprint上运行的脚本
  • onbeforeprint属性技术细节

    onbeforeprint属性支持的HTML标记:<body>

  • onbeforeprint属性相关页面

    HTML教程:HTML脚本