home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / viewexample.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  267 b   |  12 lines

  1. <CFSET thistag="">
  2. <HTML>
  3. <BODY bgcolor="silver">
  4. <CFFILE ACTION="READ" FILE="#GetDirectoryFromPath(GetTemplatePath())##LCase(tagname)#.cfm" VARIABLE="thistag">
  5. <H2>Sample code</h2>
  6. <HR>
  7. <CFOUTPUT>
  8. #HtmlCodeFormat("#thistag#")#
  9. </BODY>
  10. </CFOUTPUT>
  11. </HTML>
  12.