home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Documentation / snippets / runexample.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  324 b   |  16 lines

  1.  
  2. <CFPARAM name="variables.tagname" default="#lcase(trim(tagname))#.cfm">
  3.  
  4.  
  5. <CFSET variables.tagname = rereplacenocase("#variables.tagname#", "\.{2,}", "", "ALL")> 
  6.  
  7. <HTML>
  8. <BODY  bgcolor="#FFFFD5">
  9. <H2>Runtime Result</h2>
  10. <HR>
  11. <CFOUTPUT>
  12. <cfinclude template="#variables.tagname#">
  13. </BODY>
  14. </CFOUTPUT>
  15. </HTML>
  16.