CFOBJECT ON CF5

How do I use CFObject on a ColdFusion 5 Server?

The following article explains how to use CFObject on our ColdFusion 5 servers. Rather than using the CFObject tag directly, you will call the file using the CFInclude tag. The file you wish to call will be specified as a template.

Note: Any <cfobject> tag code should be submitted to HostMySite.com via email with details of what the execution does and a link to the file for approval. Once approved we will move the code into the proper folder on the server.

Once your code has been approved and your cfm file moved to the proper folder, use the following code:

<cfinclude template="/cfobject/filename.cfm>

 

© 2015 HostMySite