Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3300654
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:40:53+00:00 2026-05-17T20:40:53+00:00

I have a coldfusion page that uses JQuery UI TAB to load another coldfufion

  • 0

I have a coldfusion page that uses JQuery UI TAB to load another coldfufion page which includes a cfchart in flash format. But this works completely fine in FF.(everything was loaded, flash cfchart, tables …)

<li><a href="xxx.cfm?param=#xxx#">XXX</a></li>

However in IE: all of the html elements that are generated with the flash object are loaded, except the flash object and embed tags do not show up at all after running an ajax call in IE.

how can i fix this error to let the flash cfchart display inIE?

Any suggestions or insight would be greatly appreciated.
Thank you thank you in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:40:54+00:00Added an answer on May 17, 2026 at 8:40 pm

    I just faced this same issue. The problem comes from some extra JavaScript ColdFusion injects to help IE deal with active content as a result of the Eolas patent lawsuit from a few years back. Modern versions of IE shouldn’t need this script shim now that Microsoft settled with Eolas.

    I wrote up a CF custom tag that strips out this extra junk

    <cfswitch expression="#thistag.executionmode#">
    <cfcase value="end">
        <!--- Strip out the opening NOSCRIPT tag and anything from the closing </NOSCRIPT> to the end of the content --->
        <cfset thistag.generatedcontent = REReplace(Replace(thistag.generatedcontent, "<NOSCRIPT>", ""), "</NOSCRIPT>.*$", "")>
    </cfcase>
    

    Just wrap your CFCHART calls with this tag:

    <cf_chartscrubber>
        <cfchart>...</cfchart>
    </cf_chartscrubber>
    

    Seems to be working okay for me, but this is for an intranet application so I can afford to experiment a bit.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a ColdFusion page that I want to include some admin level jQuery
I have started design of a ColdFusion application that is entirely web based. Not
I have been tasked with going through a number of ColdFusion sites that have
I have a servlet that I would like to run within ColdFusion MX 7.
I have a web application, written in ColdFusion, which periodically starts using 100% of
I have a coldfusion page and I am very newbie in coldfusion. What I
I have a ColdFusion application that's behind an ISA Server. Part of the application
I have a .jar file that i've placed in my D:\Coldfusion8\wwwroot\web-inf\lib\ directory. The file
Suppose I have logged into an application which is running from IIS . Now
I have confusion about GridView in ASP.NET. How does the GridView exactly work? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.