Someone in my office is designing a template , and he wants the template
included in all of our html ,cfm files in a web site for a client. Could you
explain the steps to including a template in html, cfm pages? You could
probably use the <cfinclude file> for the .cfm page , but what about the htm,
html pages?
cf_matt - 29 Jun 2007 16:34 GMT
i don't think you can include server-side code into an html page. If that's what your trying to do?
jdeline - 29 Jun 2007 17:30 GMT
You can use either JavaScript or IFrames. A good discussion of both approaches can be found at http://www.boutell.com/newfaq/creating/include.html.
tapping - 29 Jun 2007 18:42 GMT
Thank you. I think this will help alot.