home *** CD-ROM | disk | FTP | other *** search
-
- <CFPARAM name="variables.tagname" default="#lcase(trim(tagname))#.cfm">
-
-
- <CFSET variables.tagname = rereplacenocase("#variables.tagname#", "\.{2,}", "", "ALL")>
-
- <HTML>
- <BODY bgcolor="#FFFFD5">
- <H2>Runtime Result</h2>
- <HR>
- <CFOUTPUT>
- <cfinclude template="#variables.tagname#">
- </BODY>
- </CFOUTPUT>
- </HTML>
-