diff options
-rw-r--r-- | extensions/test/ole/EventListenerSample/events.htm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/test/ole/EventListenerSample/events.htm b/extensions/test/ole/EventListenerSample/events.htm index 75f7bc1d9b07..0fae7eee9be8 100644 --- a/extensions/test/ole/EventListenerSample/events.htm +++ b/extensions/test/ole/EventListenerSample/events.htm @@ -50,7 +50,7 @@ function XEventListener_Impl() //XEventListener
this.disposing= XEventListener_disposing;
-}
+}
function XEventListener_disposing( source)
{
@@ -88,14 +88,14 @@ to it. When the document is closed then the XEventListener::disposing method is listener object. How the listener is set up depends on the button being clicked.
</p>
<p>
-The button will run JScript code that and adds an JScript event listener to the document.
-The listener is also implemented in JScript an is on this page..
+The button will run JScript code and that adds a JScript event listener to the document.
+The listener is also implemented in JScript and is on this page.
</p>
<button onclick='Main(0)'>JScript go</Button>
<p>
The button runs JScript code that creates the ActiveX component EventListener.EvtListener that
-is written in C++ and housed in a dll. Then the event listener is added to the document.
+is written in C++ and housed in a DLL. Then the event listener is added to the document.
</p>
<button onclick='Main( 1)'>JScript go</Button>
<p>
@@ -105,7 +105,7 @@ to the document. <button onclick='MainVB(0)'>VBScript</Button>
<p>
Runs VBScript code that creates VBasicEventListener.VBEventListener ActiveX component which was
-written with VB
+written with VB.
</p>
<button onclick='MainVB(1)'>VBScript</Button>
|