Skip navigation
Home/Support/

Forums

400 Views 1 Reply Latest reply: Aug 4, 2009 7:35 PM by -==cfSearching==- RSS
Al Baker User 49 posts since
Feb 21, 2002
Currently Being Moderated

Aug 4, 2009 5:36 PM

EmulateIE7 meta tag and cfform incompatibility

We have a large number of sites which do not work correctly with IE8 because of compatibility issues.  We find that this removes the problem IF and ONLY if it is the first tag after the <head> tag:

 

   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

 

The problem is that a huge number of these pages also use <cfform> which plugs <script> lines immediately after the <head> tag so that the meta tag is ignored.

 

How do I stop ColdFusion from doing this without editing a huge number of files to make them work using <form> instead of <cfform>!?

 

Is there a way of to edit the template that is inserted so that it inserts the <meta> tag along with the <script> tags?

 

This is extremely critical to our operation and right now it looks like a huge reprogramming task.

 

I'd like a more rational solution if anyone has it!

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points