home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / snippets / cfobject.cfm < prev    next >
Encoding:
Text File  |  2001-06-13  |  455 b   |  25 lines

  1. <!--- This files drives CFOBJECT examples --->
  2. <HTML>
  3. <HEAD>
  4. <TITLE>CFOBJECT</TITLE>
  5. </HEAD>
  6.  
  7. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  8. <BODY  bgcolor="#FFFFD5">
  9.  
  10. <H3>CFOBJECT</H3>
  11.  
  12. <P>
  13. Click the desired example:
  14. <UL>
  15. <LI>
  16. <A HREF="./tagframe.cfm?tagname=cfobjectcom" TARGET="runcftag">CFOBJECT TYPE="COM"</a>
  17. <LI>
  18. <A HREF="./tagframe.cfm?tagname=cfobjectcorba" TARGET="runcftag">CFOBJECT TYPE="CORBA"</a>
  19. </UL>
  20.  
  21. </BODY>
  22. </HTML>
  23.  
  24.  
  25.