home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE = JScript %>
-
- <HTML>
- <HEAD>
- <TITLE>C++ Simple Component</TITLE>
- </HEAD>
-
- <BODY BGCOLOR="White" topmargin="10" leftmargin="10">
-
-
- <!-- Display Header -->
-
- <font size="4" face="Arial, Helvetica">
- <b>C++ Simple Component</b></font><br>
-
- <hr size="1" color="#000000">
-
-
- <%
- var SimpleATLObject;
-
- // Create the Simple ATL Component
- SimpleATLObject = Server.CreateObject("IISSDK.ATLSimp.1");
-
- // Call the helloText method and print the returned string
- Response.Write( SimpleATLObject.helloText() );
- %>
-
- </BODY>
- </HTML>
-