1 <HTML>
2 <HEAD>
4 </HEAD>
6 <BODY>
9 <OBJECT
11 id=PhoneBook
12 >
13 </OBJECT>
14 This page uses a small (40K) non-visual control which provides access
15 to a phone book which also might run on a remote computer. This ActiveX
16 control has been implemented with the DTC Component Pascal compiler.
17 <P>
18 Enter a name or a phone number and press the corresponding button:
19 <P>
25 Sub NameBtn_Onclick
27 End Sub
28 Sub NumberBtn_Onclick
30 End Sub
31 </SCRIPT>
32 </BODY>
33 </HTML>