欢迎访问服务器技术网-www.fuwuqijishu.com

onbeforeprint 事件

JavaScript fuwuqijishu 2年前 (2022-09-04) 65次浏览 0个评论 扫描二维码
文章目录[隐藏]

onbeforeprint 事件

事件对象

实例

在页面即将打印时执行 JavaScript:

<body onbeforeprint=”myFunction()”>


定义和用法

onbeforeprint 事件在页面即将打印时触发 (在打印窗口出现前)。

提示: onbeforeprint 事件的相反事件为
onafterprint 。


浏览器支持

事件
onbeforeprint 不支持 Yes Yes 不支持 不支持


语法

HTML 中:

<element onbeforeprint=”myScript“>尝试一下

JavaScript 中:

object.onbeforeprint=function(){myScript};尝试一下

JavaScript 中, 使用 addEventListener() 方法:

object.addEventListener(“beforeprint”, myScript);尝试一下

注意: Internet Explorer 8 及更早 IE 版本不支持 addEventListener() 方法。


技术细节

是否支持冒泡: No
是否可以取消: No
事件类型: Event
支持的 HTML 标签:  <body>


事件对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2306.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900