<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">onbeforecut</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: Yes; Cancelable: Yes&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires just before a user-initiated <span class="emphasis">Cut</span> command (via the <span class="emphasis">Edit</span> menu, a keyboard shortcut, or a context
menu) completes the task of removing the content from its current
location and moving the selected content to the system clipboard
(assuming the browser is in edit mode for body content). At this
point in the cut sequence, a function invoked by this event handler
can perform additional or substitute processing for the normal system
cut action. For example, additional information from the element,
such as effective style information of the element containing
selected text), can be preserved in the IE
<span class="literal">clipboardData</span> object (see Chapter 9) for later processing with the help of
the <span class="literal">onbeforepaste</span> event handler. Canceling the
<span class="literal">onbeforecut</span> event does not prevent user cutting of
a selection.
</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>			All rendered elements.</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>