• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

IE error using cflayoutarea and CFchart Flash

Explorer ,
Oct 25, 2007 Oct 25, 2007

Copy link to clipboard

Copied

I've create a simple layout using tabs that load other templates.

<cflayout type="tab" name="myPortfolio">
<cflayoutarea name="overview" title="Overview" style="margin:20px;">
<cflayout type="hbox">
<cflayoutarea align="left" size="200">
adfasd
</cflayoutarea>
<cflayoutarea size="80%">
<cfdiv id="mydiv2" bind="url:welcome.cfm" />
</cflayoutarea>
</cflayout>
</cflayoutarea>
<cflayoutarea name="myITServices" title="myITServices" source="itcalls.cfm"></cflayoutarea>
<cflayoutarea name="SSR" title="Specimen Signature Record"></cflayoutarea>
<cflayoutarea name="Procurement" title="eProcurement" source="procurement.cfm"></cflayoutarea>
<cflayoutarea name="SSRAdmin" title="SSRAdmin" source="ssradmin.cfm"></cflayoutarea>
<cflayoutarea name="mySettings" title="mySettings" source="mysettings.cfm"></cflayoutarea>
<cflayoutarea name="News Central" title="MyNewsCentral" source="newscentral.cfm"></cflayoutarea>
</cflayout>

Then SSRAdmin layout area loads ssradmin.cfm which basically executes a query and renders a pie chart. Works great in Firefox but not so great in IE where i get a IE prompt with the following error. error processing javaxcript in markup for element ssrAdmin:. When I change the format of the chart to jpg, it works fine. Any suggestions?
TOPICS
Advanced techniques

Views

323

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 30, 2007 Oct 30, 2007

Copy link to clipboard

Copied

LATEST
Anyone?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation