<?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: JavaScript: How To Force Page To Reload</title>
	<atom:link href="http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/feed/" rel="self" type="application/rss+xml" />
	<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/</link>
	<description>My dev notes about the web</description>
	<lastBuildDate>Fri, 05 Feb 2010 01:15:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Renzo</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-1022</link>
		<dc:creator>Renzo</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-1022</guid>
		<description>You don&#039;t have any idea of how long i&#039;ve been looking for a method to avoid the BACK action from browsers. Today I&#039;ve seen the light at the end of the tunnel with location.replace. Thank you so much!</description>
		<content:encoded><![CDATA[<p>You don&#8217;t have any idea of how long i&#8217;ve been looking for a method to avoid the BACK action from browsers. Today I&#8217;ve seen the light at the end of the tunnel with location.replace. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudie</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-287</link>
		<dc:creator>Rudie</dc:creator>
		<pubDate>Tue, 27 Jan 2009 10:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-287</guid>
		<description>If you want to reload the page in safari and still want to go to the included hash (for instance an anchor on that page, or a certain tab like in my case) you can just alter the url a bit. Just add a bogus parameter which is empty and it will work. I just use it one time, so it&#039;s not that bad. I can live with it.</description>
		<content:encoded><![CDATA[<p>If you want to reload the page in safari and still want to go to the included hash (for instance an anchor on that page, or a certain tab like in my case) you can just alter the url a bit. Just add a bogus parameter which is empty and it will work. I just use it one time, so it&#8217;s not that bad. I can live with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PREENTENVERTYTINK</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-238</link>
		<dc:creator>PREENTENVERTYTINK</dc:creator>
		<pubDate>Tue, 30 Dec 2008 09:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-238</guid>
		<description>hello it is test. WinRAR provides the full RAR and ZIP file support, can decompress CAB, GZIP, ACE and other archive formats.
pfbegpaisxnygrihpfkvkemqzaxeuqrudvahello</description>
		<content:encoded><![CDATA[<p>hello it is test. WinRAR provides the full RAR and ZIP file support, can decompress CAB, GZIP, ACE and other archive formats.<br />
pfbegpaisxnygrihpfkvkemqzaxeuqrudvahello</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keena</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-130</link>
		<dc:creator>Keena</dc:creator>
		<pubDate>Mon, 27 Oct 2008 16:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-130</guid>
		<description>Great work.</description>
		<content:encoded><![CDATA[<p>Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoman</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-94</link>
		<dc:creator>Shoman</dc:creator>
		<pubDate>Wed, 03 Sep 2008 07:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-94</guid>
		<description>Guys,
Is it possible to create links on the values those are provided by dynamic populating the drop down list based on the selected value of first list?

Consider two drop down menus.
one works with category and the other one on subcategories.

CATEGORY: FRUIT, SPORTS
if FRUIT is chosen as category the 
SUBCATEGORY will contain Mango, Apple and so on

My question is how to make links for the subcategory values for the above example?

Clicking on mango will lead to mango.php and for apple to apple.php.

Thanks.
shoman</description>
		<content:encoded><![CDATA[<p>Guys,<br />
Is it possible to create links on the values those are provided by dynamic populating the drop down list based on the selected value of first list?</p>
<p>Consider two drop down menus.<br />
one works with category and the other one on subcategories.</p>
<p>CATEGORY: FRUIT, SPORTS<br />
if FRUIT is chosen as category the<br />
SUBCATEGORY will contain Mango, Apple and so on</p>
<p>My question is how to make links for the subcategory values for the above example?</p>
<p>Clicking on mango will lead to mango.php and for apple to apple.php.</p>
<p>Thanks.<br />
shoman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SB Dude</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-62</link>
		<dc:creator>SB Dude</dc:creator>
		<pubDate>Tue, 05 Aug 2008 19:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-62</guid>
		<description>For Safari and others I use:
window.location.href = window.location.href

If reloads the page with new data</description>
		<content:encoded><![CDATA[<p>For Safari and others I use:<br />
window.location.href = window.location.href</p>
<p>If reloads the page with new data</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raptor</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-42</link>
		<dc:creator>raptor</dc:creator>
		<pubDate>Tue, 13 May 2008 10:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-42</guid>
		<description>Yes. Safari does not work on &quot;window.location.reload(true)&quot;. Tried on Safari 1-3.</description>
		<content:encoded><![CDATA[<p>Yes. Safari does not work on &#8220;window.location.reload(true)&#8221;. Tried on Safari 1-3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/comment-page-1/#comment-10</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Fri, 24 Aug 2007 14:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://devel.lubong.com/2007/06/24/javascript-how-to-force-page-to-reload/#comment-10</guid>
		<description>Thanks for the information.  However In my experience &quot;window.location.reload(true);&quot; does not force Safari to reload.</description>
		<content:encoded><![CDATA[<p>Thanks for the information.  However In my experience &#8220;window.location.reload(true);&#8221; does not force Safari to reload.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
