<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Query String Value Getter Function</title>
	<link>http://blog.visionalechoes.com/2007/07/07/javascript/query-string-value-getter/</link>
	<description>Visional Echoes blog about all things web</description>
	<pubDate>Thu, 28 Aug 2008 19:38:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Omar</title>
		<link>http://blog.visionalechoes.com/2007/07/07/javascript/query-string-value-getter/#comment-19</link>
		<author>Omar</author>
		<pubDate>Mon, 01 Oct 2007 23:51:16 +0000</pubDate>
		<guid>http://blog.visionalechoes.com/2007/07/07/javascript/query-string-value-getter/#comment-19</guid>
					<description>First query I've seen that demonstrates how to implement the retreived variables.

I couldn't get
alert(GetQueryValue('myvar'));
to work for me, so instead I used this for myVar:

var myStr='\"' + top.window.location + '\"';

Thanks for the script.</description>
		<content:encoded><![CDATA[<p>First query I&#8217;ve seen that demonstrates how to implement the retreived variables.</p>
<p>I couldn&#8217;t get<br />
alert(GetQueryValue(&#8217;myvar&#8217;));<br />
to work for me, so instead I used this for myVar:</p>
<p>var myStr=&#8217;\&#8221;&#8216; + top.window.location + &#8216;\&#8221;&#8216;;</p>
<p>Thanks for the script.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.visionalechoes.com/2007/07/07/javascript/query-string-value-getter/#comment-20</link>
		<author>Phil</author>
		<pubDate>Tue, 02 Oct 2007 00:23:17 +0000</pubDate>
		<guid>http://blog.visionalechoes.com/2007/07/07/javascript/query-string-value-getter/#comment-20</guid>
					<description>Hmmm that's odd. So you called
&lt;code&gt;alert(GetQueryValue(’myvar’));&lt;/code&gt;
And myvar was a query variable in your current URI?
I will take a look at this later on.</description>
		<content:encoded><![CDATA[<p>Hmmm that&#8217;s odd. So you called<br />
<code>alert(GetQueryValue(’myvar’));</code><br />
And myvar was a query variable in your current URI?<br />
I will take a look at this later on.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
