<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003155" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003155</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/move-browser-back-slowly-script#comment-1013967</link>
    <description> &lt;p&gt;thank you, John.  I guess that&#039;s what I needed.  I just had to laugh about you playing around with the numbers...LOL.  It is for an effect I am doing with a webpage for flash when a huge object comes in and &quot;lands&quot; on the screen.  I didn&#039;t want the screen to stay that way forever..hehe.  Thanx a lot.  It is greatly appreciated  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Jun 2000 20:39:00 +0000</pubDate>
 <dc:creator>Arielladog</dc:creator>
 <guid isPermaLink="false">comment 1013967 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/move-browser-back-slowly-script#comment-1013966</link>
    <description> &lt;p&gt;This is *close* to what you want, I didn&#039;t have enough time left to try to make it retrace its steps (might not be too hard) but this will take the window over to (50,50) after the quake bit, and then scroll to (0,0).&lt;/p&gt;
&lt;p&gt;Add these functions inside the script tags:&lt;/p&gt;
&lt;p&gt;function goback()&lt;br /&gt;
{&lt;br /&gt;
dx=50;&lt;br /&gt;
dy=50;&lt;br /&gt;
window.moveTo(dx,dy);&lt;br /&gt;
setTimeout(&#039;goback2(&#039;+dx+&#039;,&#039;+dy+&#039;)&#039;,500);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function goback2(dx2,dy2)&lt;br /&gt;
{&lt;br /&gt;
var delay=50;&lt;/p&gt;
&lt;p&gt;if((dx2 != 0) &amp;amp;&amp;amp; (dy2 != 0))&lt;br /&gt;
{&lt;br /&gt;
 window.moveBy(-1,-1);&lt;br /&gt;
 dx2-=1;&lt;br /&gt;
 dy2-=1;&lt;br /&gt;
 }&lt;br /&gt;
setTimeout(&#039;goback2(&#039;+dx2+&#039;,&#039;+dy2+&#039;)&#039;,delay);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;And at the end of the winQuake function where it has:&lt;/p&gt;
&lt;p&gt;deltaX -= xShift;&lt;br /&gt;
deltaY -= yShift;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;change it to:&lt;/p&gt;
&lt;p&gt;deltaX -= xShift;&lt;br /&gt;
deltaY -= yShift;&lt;br /&gt;
}&lt;br /&gt;
goback();&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Be careful if you change any numbers etc. because it can cause infinite loops. (I did it while testing).&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Jun 2000 19:52:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1013966 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
