There seems to be a bug in the CreateMetaTag tag. I added the following in my header.cfm template.
<cf_CreateMetaTag metaTagName="pragma">no-cache</cf_CreateMetaTag> When it is generated in IE, the closing bracket is missing (see below), which causes all sorts of problems, like qForms not loading, etc. It took me a while to track this one down. <meta name="pragma" content="no-cache" It does not seem to affect Firefox. I changed the line below in the CreateMetaTag file to include a closing bracket (3rd character from the right) and it seems to work now. <cfhtmlhead text="<meta name=""#Attributes.metaTagName#"" content=""#ThisTag.GeneratedContent#"">"> Jeff ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
