henryci

Members
  • Content count

    3
  • Joined

  • Last visited

About henryci

  • Rank
    Forum Newbie
  1. ahh, I didn't see that attachments supported text files. I uploaded a file with the 5 lines of javascript which show my idiocy. -- Henry WeirdQuoteSample.txt
  2. I've attached a screenshot of the source that is giving me trouble. I've had several people look at this and seeing as it's only one line the mistake should be obvious but I don't see it. Again, thanks for your time. -- Henry
  3. Perhaps this is the expected behavior and I'm missing something, but I did my searching and didn't see any references to it. The following code creates a simple WorldMapWithCountries chart: xml = "" chart = new FusionMaps(swf, chartId, "935", "350", "0", "1"); chart.setDataXML(xml); chart.render(divId); } changing the first line to: xml = '' causes it to fail. The only difference is which quotes are being used. Am I missing something about how this works? Thanks for your time, -- Henry