<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">ondrop</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 on the drop target element when the user releases the mouse
button after a drag action. Fires just before the
<span class="literal">ondragend</span> event of the owner of the dragged
content. Prevent default actions of the drop
target's <span class="literal">ondragenter</span> and
<span class="literal">ondragover</span> events (by setting
<span class="literal">event.returnValue</span> to <span class="literal">false</span> in
their respective event handler functions) so that the
target's <span class="literal">ondrop</span> event can do its
job without interference from the normal system response to dragging.
See the <span class="literal">dataTransfer</span> object in Chapter 9 for an example of drag-related event
interaction, including the <span class="literal">effectAllowed</span> property,
which controls the cursor shape at the drop target.
</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 and <span class="literal">document</span> object.</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>