2020-09-30 17:12:32 +02:00

40 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>IE4.0</title>
</head>
<body bgcolor="#80FFFF">
<h2>IE 4.0 : Browser Extension Mechanism</h2>
<p>IE 4.0 allows programmers to add extensions to the browser or
the desktop and this document gives you a quick overview of those
extension mechanisms.</p>
<ul>
<li><a href="browbar.htm">BrowserBar extension</a>: This
mechanism allows programmers to add a band (an UI
component which is hosted by an explorer bar, a
communication bar or a deskbar) to the IE browser window.
</li>
<li><a href="brattach.htm">Browser Helper extension</a>: This
mechanism allows programmers to add a helper object
(typically invisible) to each browser window to add some
capabilities to the browser or perform some operations
(such as monitoring user's navigation and etc.). </li>
<li><a href="discprop.htm">Dicardable Browser Property</a>:
We enhanced the property mechanism of the browser so that
programmers can easily pass data across page boundary. </li>
</ul>
<hr>
<p><a href="default.htm">Go to the home page</a>.</p>
</body>
</html>