<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">onresize</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">4</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">2</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: No&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires after an element or object is resized by the user or script
control. Note that resizing a window may force other elements in the
page to resize themselves. In IE, <span class="literal">onresize</span> events
from those elements bubble to the <span class="literal">body</span> and
<span class="literal">window</span> objects, where a lone
<span class="literal">onresize</span> event handler may be bombarded by events.
</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>			For IE, elements that have dimensions associated with them, plus the
<span class="literal">window</span> and <span class="literal">document</span> objects;
for Navigator, the <span class="literal">window</span> and
<span class="literal">document</span> objects.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>