HTML onafterprint Attribute

❮ HTML Attributes

Example

<body onafterprint="myFunction()">

Meaning

The onafterprint attribute is called after a print event. Found only on the body element.




Standard Syntax

<element onafterprint="script">



Browser Support




Status




Applies to:

The onafterprint attribute can be used on the following element:

Element Attribute
<body> onafterprint






Attribute Values

Value Description
script Specifies the script to be run on onafterprint.
❮ HTML Attributes