최신 웹 개발 튜토리얼
 

HTML onbeforeprint 이벤트 속성

<HTML 이벤트 속성

페이지가 인쇄하려고 할 때 자바 스크립트를 실행하여

<body onbeforeprint="myFunction()">
»그것을 자신을 시도

정의 및 사용

onbeforeprint 페이지가 (인쇄 대화 상자가 나타납니다 전에) 인쇄하려 할 때 불 속성.

팁 : onbeforeprint 속성은 종종 함께 사용됩니다 onafterprint 속성.


브라우저 지원

이벤트 속성
onbeforeprint 지원되지 않음 지원되지 않음 지원되지 않음

HTML 4.01과 HTML5의 차이점

onbeforeprint 속성은 HTML5의 새로운 기능입니다.


통사론

<elementonbeforeprint=" script ">

속성 값

기술
script 이 스크립트는 onbeforeprint에서 실행되는

기술적 세부 사항

지원되는 HTML 태그 : <body>

관련 페이지

HTML DOM 참조 : onbeforeprint event


<HTML 이벤트 속성