Jed

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Jed

  1. I have a site where an xml is created per user and the contents change based on filters applied by the user. THe issue is that the xml file is cached when the user firsts visits and I can't force refresh. The problem really lies in Flash and usually I would call the xml file with a dyanamic variable name like this. xmlfile.xml?stopcaching=<%=NOW()%> But I am calling it using fusioncharts great little javascript chart1.setDataURL("xmlfile.xml"); chart1.setDataURL("xmlfile.xml?stopcaching=<%=NOW()%>"); Doesn't work. Anyone else have this issue?