<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Functional Verification Blog &#187; Java Script &amp; Ajax</title>
	<atom:link href="http://blog.asicguru.com/category/java-script-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.asicguru.com</link>
	<description>A Functional Verification Blog</description>
	<lastBuildDate>Tue, 18 May 2010 16:19:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple redirection in Java Script</title>
		<link>http://blog.asicguru.com/2006/10/simple-redirection-in-java-script/</link>
		<comments>http://blog.asicguru.com/2006/10/simple-redirection-in-java-script/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 12:27:31 +0000</pubDate>
		<dc:creator>Puneet</dc:creator>
				<category><![CDATA[Java Script & Ajax]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://puneetworld.com/archives/16</guid>
		<description><![CDATA[Once I am trying to redirect a cgi script with cookies or after writing the cookies header. I searched a lot of stuff and found that in cgi redirection can be done only before writing the header information. Digging in to the problem  I found this simple solution&#8230;.
 location.href="www.geo-location.com" mce_href="www.geo-location.com"     [...]]]></description>
			<content:encoded><![CDATA[<p>Once I am trying to redirect a cgi script with cookies or after writing the cookies header. I searched a lot of stuff and found that in cgi redirection can be done only before writing the header information. Digging in to the problem  I found this simple solution&#8230;.<br />
<textarea rows="5" cols="50"><script language="JavaScript"> location.href="www.geo-location.com" mce_href="www.geo-location.com"                ; </script> </textarea></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.asicguru.com/2006/10/simple-redirection-in-java-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
