﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts v3 / Using FusionCharts / FusionCharts and ASP  / using hyperlink variable passing / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Wed, 07 Jan 2009 18:16:18 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: using hyperlink variable passing</title><link>http://www.fusioncharts.com/forum/Topic7791-30-1.aspx</link><description>yep that worked a treat, ta! &lt;br&gt;oz</description><pubDate>Mon, 04 Aug 2008 04:59:29 GMT</pubDate><dc:creator>OzPac</dc:creator></item><item><title>RE: using hyperlink variable passing</title><link>http://www.fusioncharts.com/forum/Topic7791-30-1.aspx</link><description>Hi,&lt;BR&gt;  Could you please try with encoded dataURL.&lt;/P&gt;&lt;P&gt;   Dim strDataURL &lt;BR&gt;   ' URL encode &lt;BR&gt;   strDataURL = Server.URLEncode("Data/CreateData.asp?Cgame=" &amp;amp; Request("Game") &amp;amp; "&amp;amp;Ctype=" &amp;amp; Request("Type"))&lt;/P&gt;&lt;P&gt;   Call renderChart("FCF_Line.swf", strDataURL, "", "ChartID1", 600, 350)</description><pubDate>Mon, 04 Aug 2008 00:01:34 GMT</pubDate><dc:creator>Arindam</dc:creator></item><item><title>using hyperlink variable passing</title><link>http://www.fusioncharts.com/forum/Topic7791-30-1.aspx</link><description>Hi, what i am trying to archive is a from in which people select their preferences to be charted from drop down menus, these choices are then sent via hyperlink (i.e. CreateData.asp?Cgame=1&amp;Ctype=2) to, in this case a page called createdata.asp which is the asp page which renders the xml page for my graph. When accessing the xml page with the  desired variables passed the xml loads correctly, however the graph is not produced siting an error "error in loading data". have i got a error in my code or is this just not possible? if ur confused then ive put my code for the 2 pages below:&lt;br&gt;&lt;br&gt;The code at the graph Page:&lt;br&gt;[code]				&lt;br&gt;   Dim strDataURL	&lt;br&gt;   strDataURL = "Data/CreateData.asp?Cgame="&amp; Request("Game") &amp;"&amp;Ctype="&amp; Request("Type") &amp;""&lt;br&gt;   Call renderChart("FCF_Line.swf", strDataURL, "", "ChartID1", 600, 350)&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Code in the createdata.asp xml rendering page:&lt;br&gt;[code]&lt;br&gt;   If Request("Cgame") &lt;&gt; "none" then createstr = createstr + "WHERE game='" + Request("Cgame") + "'"&lt;br&gt;   If Request("Cgame") &lt;&gt; "none" then qrycount = 1&lt;br&gt;   If Request("CType") &lt;&gt; "none" AND qrycount = 1 Then createstr = createstr + " AND type='" + Request("Ctype") + "'"&lt;br&gt;   If Request("CType") &lt;&gt; "none" AND qrycount = 0 Then createstr = createstr + " WHERE type='" + Request("Ctype") + "'"&lt;br&gt;   If Request("Ctype") &lt;&gt; "none" then qrycount = 1&lt;br&gt;   	&lt;br&gt;   strQuery = "select * from Poker "&amp; createstr &amp;" ORDER BY Date, ID asc"&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;thanks, Oz</description><pubDate>Sun, 03 Aug 2008 21:22:48 GMT</pubDate><dc:creator>OzPac</dc:creator></item></channel></rss>