<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">external</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">4(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">&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description">
						<p>The <span class="literal">external</span> object is used primarily by
developers who use Internet Explorer as a component for their
applications and require access to custom extensions to the document
object model. But you might add one or two of this
object's methods into your work for an IE/Windows
audience.
</p>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p>The following syntax example asks a user for permission to insert a
script-controlled bookmark into the browser's
Favorites list:
</p>
<span class="PROGRAMLISTING"><pre>external.AddFavorite(&quot;<var class="replaceable">URL</var>&quot;, &quot;<var class="replaceable">Favorites</var> <var class="replaceable">List Label</var>&quot;);</pre></span>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p>The following syntax example loads another URL into the a target
window or frame (or the current window if the third parameter is an
empty string), and then performs a text find for the third parameter
string:
</p>
<span class="PROGRAMLISTING"><pre>external.NavigateAndFind(&quot;<var class="replaceable">URL</var>&quot;, &quot;<var class="replaceable">searchString</var>&quot;, &quot;<var class="replaceable">targetFrameName</var>&quot;);</pre></span>
							</td>
						</tr>
						<tr>
							<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
						</tr>
						<tr>
							<td colspan="2"><p>For more details, visit http://msdn.microsoft.com/workshop/browser/overview/overview.asp.
</p>
												</td>
</tr>
			</table>
		</div>

</body>
</html>