<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">onafterprint, onbeforeprint</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">n/a</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Bubbles: No; Cancelable: No&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires after the user clicks the <span class="emphasis">Print</span> button in the Print dialog box before
content is assembled for the printer
(<span class="literal">onbeforeprint</span>) and after the data has been sent
to the printer (<span class="literal">onafterprint</span>). You can use these
events to trigger functions that modify a style sheet or other
content rendering of a page (so that a potentially different-looking
page reaches the printer) and then restore the page for viewing on
the screen. This technique can work in lieu of style sheet media
settings.
</p>
							</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Typical Targets</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>			The <span class="literal">body</span> and <span class="literal">frameset</span> elements,
plus the <span class="literal">window</span> object.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>