<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HTML OR SCRIPT QUESTION?</title>
	<atom:link href="http://searchenginescript.biz/html-or-script-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://searchenginescript.biz/html-or-script-question/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 09:20:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Trev</title>
		<link>http://searchenginescript.biz/html-or-script-question/comment-page-1/#comment-750</link>
		<dc:creator>Trev</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:18:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-750</guid>
		<description>You can&#039;t actually do this reliably.

Google will give you some ways that work for most situations, see link below</description>
		<content:encoded><![CDATA[<p>You can&#8217;t actually do this reliably.</p>
<p>Google will give you some ways that work for most situations, see link below</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdorndog</title>
		<link>http://searchenginescript.biz/html-or-script-question/comment-page-1/#comment-749</link>
		<dc:creator>jdorndog</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:57:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-749</guid>
		<description>First of all, I wouldn&#039;t recommend doing this, since it tends to annoy people.

That being said, the simple way is to redirect the first page to another one using window.location.

For example, let&#039;s say a person goes to index.html.  You want to immediately redirect them to index2.html.  On index.html, put:

&lt;script type= &#039;text/javascript&#039; &gt;
window.location =  &#039;index2.html&#039;;
&lt;/script&gt;

Then you would put the page you want the person to see on index2.html.


That way, if someone hits back, they go to index.html and are redirected again to index2.html.  It creates a loop.</description>
		<content:encoded><![CDATA[<p>First of all, I wouldn&#8217;t recommend doing this, since it tends to annoy people.</p>
<p>That being said, the simple way is to redirect the first page to another one using window.location.</p>
<p>For example, let&#8217;s say a person goes to index.html.  You want to immediately redirect them to index2.html.  On index.html, put:</p>
<p><script type= 'text/javascript' >
window.location =  'index2.html';
</script></p>
<p>Then you would put the page you want the person to see on index2.html.</p>
<p>That way, if someone hits back, they go to index.html and are redirected again to index2.html.  It creates a loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Z</title>
		<link>http://searchenginescript.biz/html-or-script-question/comment-page-1/#comment-748</link>
		<dc:creator>Ben Z</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:29:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-748</guid>
		<description>redirect</description>
		<content:encoded><![CDATA[<p>redirect</p>
]]></content:encoded>
	</item>
</channel>
</rss>

