Jump to content
Software FX Community

bahoover

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by bahoover

  1.  It appears that no matter what we use for a tag in GetHtmlTag, it is ignored.

     Example:  ChartHqtQual.GetHtmlTag(390,200,"JPeg","Chart1") 

     I have tried "Auto", "Png", "JPeg", "Image".  No matter what I use, I always get a png for Firefox and an object for IE.

    IE always returns results similar to:  <script src="/ChartFXInt62/Temp/CFT0324_03193734A1A.js"></script><script>cfx_replaceChart1();</script>

     and 

    Firefox: 

    <IMG SRC="/ChartFXInt62/Temp/CFT0324_0339050F045.png"
     For some reason, the object is not rendering for IE so we just want to return a Png or Jpeg, but not luck.   
     
     

     

     

×
×
  • Create New...