<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PHP function for Javascript redirect</title>
	<link>http://blogulate.com/content/php-function-for-javascript-redirect/</link>
	<description>Technology, Tips and Tricks,Software Reviews, Gaming, Internet, Business news and what not !</description>
	<pubDate>Tue, 02 Dec 2008 13:16:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: toraj</title>
		<link>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2047</link>
		<author>toraj</author>
		<pubDate>Sat, 26 Jan 2008 20:21:13 +0000</pubDate>
		<guid>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2047</guid>
					<description>what is this code? please say more about that
thanks a lot</description>
		<content:encoded><![CDATA[<p>what is this code? please say more about that<br />
thanks a lot</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: thinkdj</title>
		<link>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2048</link>
		<author>thinkdj</author>
		<pubDate>Sun, 27 Jan 2008 04:46:15 +0000</pubDate>
		<guid>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2048</guid>
					<description>Hi toraj, 
Sorry about that. It's a JavaScript echoed using PHP so that the destination URL and time before redirection could be called dynamically.. 
Eg : 

js_redirect(http://google.com,5); //Redirects to Google after 5 seconds.

js_redirect(http://google.co.in,15); //Redirects to Google.co.in after 15 seconds.</description>
		<content:encoded><![CDATA[<p>Hi toraj,<br />
Sorry about that. It&#8217;s a JavaScript echoed using PHP so that the destination URL and time before redirection could be called dynamically..<br />
Eg : </p>
<p>js_redirect(http://google.com,5); //Redirects to Google after 5 seconds.</p>
<p>js_redirect(http://google.co.in,15); //Redirects to Google.co.in after 15 seconds.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: toraj</title>
		<link>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2050</link>
		<author>toraj</author>
		<pubDate>Sun, 27 Jan 2008 16:58:52 +0000</pubDate>
		<guid>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2050</guid>
					<description>hello thinkdj
so can i direct with this code myweblog to website ?</description>
		<content:encoded><![CDATA[<p>hello thinkdj<br />
so can i direct with this code myweblog to website ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: thinkdj</title>
		<link>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2051</link>
		<author>thinkdj</author>
		<pubDate>Sun, 27 Jan 2008 17:08:26 +0000</pubDate>
		<guid>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2051</guid>
					<description>Toraj,
I think the best for you would be a simpler META tag

 
&lt;code&gt;&#60;meta http-equiv="refresh" content="0;URL=http://google.com"&#62;&lt;/code&gt;



Just add this in the within the &#60;head&#62; &#60;/head&#62; of your html. Change 0 to an integer value for time to wait before redirecting..</description>
		<content:encoded><![CDATA[<p>Toraj,<br />
I think the best for you would be a simpler META tag</p>
<p><code>&lt;meta http-equiv="refresh" content="0;URL=http://google.com"&gt;</code></p>
<p>Just add this in the within the &lt;head&gt; &lt;/head&gt; of your html. Change 0 to an integer value for time to wait before redirecting..</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: thinkdj</title>
		<link>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2052</link>
		<author>thinkdj</author>
		<pubDate>Sun, 27 Jan 2008 17:15:22 +0000</pubDate>
		<guid>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2052</guid>
					<description>You could also view the source of the following page for another JS redirect: 

http://www.tizag.com/javascriptT/examples/timedelay.php</description>
		<content:encoded><![CDATA[<p>You could also view the source of the following page for another JS redirect: </p>
<p><a href="http://www.tizag.com/javascriptT/examples/timedelay.php" rel="nofollow">http://www.tizag.com/javascriptT/examples/timedelay.php</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Kirkorov</title>
		<link>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2134</link>
		<author>Kirkorov</author>
		<pubDate>Wed, 06 Feb 2008 18:46:05 +0000</pubDate>
		<guid>http://blogulate.com/content/php-function-for-javascript-redirect/#comment-2134</guid>
					<description>Haha. It's funny.</description>
		<content:encoded><![CDATA[<p>Haha. It&#8217;s funny.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
