<?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: Maintain vertical scroll position</title>
	<atom:link href="http://www.redips.net/javascript/maintain-scroll-position/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/javascript/maintain-scroll-position/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:29:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/</generator>
	<item>
		<title>By: Alasdair</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-5007</link>
		<dc:creator>Alasdair</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-5007</guid>
		<description>Hey dbunic

I am trying to add your function to a form that redirects to a page and then back to the original.

When I add your function to the action value of the form, the form does not seam to post any of the fields within it.  Do you know what I am doing wrong?   (form code below)

&lt;code&gt;

												
												
												
												
										
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey dbunic</p>
<p>I am trying to add your function to a form that redirects to a page and then back to the original.</p>
<p>When I add your function to the action value of the form, the form does not seam to post any of the fields within it.  Do you know what I am doing wrong?   (form code below)</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-4305</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Tue, 09 Aug 2011 12:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-4305</guid>
		<description>@Don - This script should work in IE8. I just open this page in IE8 and click on &lt;a href=&quot;javascript:my_href(&#039;?param4=a&amp;param5=b&amp;param6=c&#039;)&quot; title=&quot;Show how my_href() works&quot; rel=&quot;nofollow&quot;&gt;my_href()&lt;/a&gt; link. After page is loaded, scrollbar has been set to the exact location of previous scrollbar position. Do you have problem with this page or your own example?</description>
		<content:encoded><![CDATA[<p>@Don - This script should work in IE8. I just open this page in IE8 and click on <a href="javascript:my_href('?param4=a&param5=b&param6=c')" title="Show how my_href() works" rel="nofollow">my_href()</a> link. After page is loaded, scrollbar has been set to the exact location of previous scrollbar position. Do you have problem with this page or your own example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-4284</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 05 Aug 2011 22:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-4284</guid>
		<description>dbunic

I have tried this with IE8 and can not get it to work.  Have you looked at any update for this?

Thanks.</description>
		<content:encoded><![CDATA[<p>dbunic</p>
<p>I have tried this with IE8 and can not get it to work.  Have you looked at any update for this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-3861</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Sun, 15 May 2011 14:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-3861</guid>
		<description>@Ben - my_refresh() was modification of original my_href() function to maintain vertical scroll position in auto-refresh mode. Inside &lt;strong&gt;window.onload&lt;/strong&gt; you can see setTimeout() method which will call my_refresh() after 2 seconds. The setTimeout() method calls a function after a specified number of milliseconds.</description>
		<content:encoded><![CDATA[<p>@Ben - my_refresh() was modification of original my_href() function to maintain vertical scroll position in auto-refresh mode. Inside <strong>window.onload</strong> you can see setTimeout() method which will call my_refresh() after 2 seconds. The setTimeout() method calls a function after a specified number of milliseconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-3834</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 09 May 2011 18:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-3834</guid>
		<description>Sorry for the elementary question, I&#039;m pretty new to javascript.  Could you explain what calls the function my_refresh()?  I see the function defined in the code, but there is no event that calls it.</description>
		<content:encoded><![CDATA[<p>Sorry for the elementary question, I'm pretty new to javascript.  Could you explain what calls the function my_refresh()?  I see the function defined in the code, but there is no event that calls it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Senthil Kumar</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-3797</link>
		<dc:creator>Senthil Kumar</dc:creator>
		<pubDate>Sat, 23 Apr 2011 18:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-3797</guid>
		<description>this was helpful! thanks!</description>
		<content:encoded><![CDATA[<p>this was helpful! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vimal Saifudin</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-3679</link>
		<dc:creator>Vimal Saifudin</dc:creator>
		<pubDate>Wed, 16 Mar 2011 05:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-3679</guid>
		<description>Very very useful.. Thank you so much</description>
		<content:encoded><![CDATA[<p>Very very useful.. Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-2225</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-2225</guid>
		<description>I found the answer to my question on the following page
http://scripterlative.com/files/recoverscroll.htm

Works very well.
Thanks.</description>
		<content:encoded><![CDATA[<p>I found the answer to my question on the following page<br />
<a href="http://scripterlative.com/files/recoverscroll.htm" rel="nofollow">http://scripterlative.com/files/recoverscroll.htm</a></p>
<p>Works very well.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-2224</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Fri, 13 Aug 2010 15:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-2224</guid>
		<description>On click of the game the page reload moves to the top. Can you suggest a way to maintain the vertical position of the game?
http://www.exploreglencarbon.com/games/tictactoe.html
Any assistance is greatly appreciated.</description>
		<content:encoded><![CDATA[<p>On click of the game the page reload moves to the top. Can you suggest a way to maintain the vertical position of the game?<br />
<a href="http://www.exploreglencarbon.com/games/tictactoe.html" rel="nofollow">http://www.exploreglencarbon.com/games/tictactoe.html</a><br />
Any assistance is greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/maintain-scroll-position/comment-page-1/#comment-2203</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Fri, 30 Jul 2010 19:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=162#comment-2203</guid>
		<description>@maher - my_href() function expects parameters in form &quot;?param1=a&amp;param2=b&amp;param3=c&quot; to send to the page. &lt;em&gt;scroll&lt;/em&gt; parameter will be added at the end and read in set_scroll() function. You also wrote &lt;strong&gt;myHref&lt;/strong&gt; instead of &lt;strong&gt;my_href&lt;/strong&gt; so the problem might be in calling non existing function.
;)</description>
		<content:encoded><![CDATA[<p>@maher - my_href() function expects parameters in form "?param1=a&param2=b&param3=c" to send to the page. <em>scroll</em> parameter will be added at the end and read in set_scroll() function. You also wrote <strong>myHref</strong> instead of <strong>my_href</strong> so the problem might be in calling non existing function.<br />
 <img src='http://www.redips.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

