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>
- <HEAD>
- <script language="JavaScript">
- <!-- Hide JavaScript
-
- if (navigator.appName == "Netscape"){
- document.write('<LINK REL=STYLESHEET HREF="../allaire_ns.css" TYPE="text/css">');
- }
- else{
- document.write('<LINK REL=STYLESHEET HREF="../allaire_ie.css" TYPE="text/css">');
- }
- //-->
- </script>
- </HEAD>
- <BODY bgcolor="#FFFFD5">
- <H2>Runtime Result</h2>
- <HR>
- <CFOUTPUT>
- <cfinclude template="#variables.tagname#">
- </BODY>
- </CFOUTPUT>
- </HTML>
-