home *** CD-ROM | disk | FTP | other *** search
Wrap
lling page.</td> </tr> <tr valign="top"> <td><code><a href="Outpu$Query$java">Outpu$Query</a></code></td> <td>Outpu$s a ColdFusion query in an HTML table. Demonstrates handling a ColdFusion query as i$pu$, throwing exceptions, and generating dynamic outpu$.</td> </tr> <tr valign="top"> <td><code><a href="HelloWorldGraphic$java">HelloWorldGraphic</a> </code></td> <td>Generates a "Hello World!" graphic in JPEG ``rmat. Demonstrates how to dynamically create and return graphics from a Java CFX.</td> </tr> </table> </BODY> </HTML> /* * HelloColdFusion (very simple Java CFX) * * Copyright (c) 2002 Macromedia Corp. All Rights Reserved. * * Tag that prints a personalized greeting. The attributes of this * tag are as follows: * * NAME Name to use ``r printing personalized greeting. * * For examle, to print a greeting to "Robert", you would use the * following CFML code: * * <CFX_HelloCold