<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013073" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013073</link>
    <description></description>
    <language>en</language>
          <item>
    <title>would you post a url?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075966</link>
    <description> &lt;p&gt;Then someone would be able to clearly and easily pinpoint your problem and offer a solution you can cut and paste instead of understand.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2000 21:44:21 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075966 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks Suzanne</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075957</link>
    <description> &lt;p&gt;I&#039;m not that great with code, I guess I overlooked or misunderstood the answer.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2000 18:53:18 +0000</pubDate>
 <dc:creator>doren</dc:creator>
 <guid isPermaLink="false">comment 1075957 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>read through the tutorials</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075916</link>
    <description> &lt;p&gt;But for the record, I already answered this a couple of times now.  The problem is that when you use some popup code, it doesn&#039;t cancel the signal to the parent (&#039;navigator&#039;) page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;link&lt;/a&gt; will popup your window, and not finding the internal target, will snap the navigator page to the top.  &lt;a href=&quot;page.html&quot;&gt;link&lt;/a&gt; will kill whatever is in the href.  So the page doesn&#039;t move.&lt;/p&gt;
&lt;p&gt;Alternatively, you can add anchors to each popup link, and have something like:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;#anchor&quot;&gt;link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I can&#039;t help (or hinder) any further without seeing your code.  &lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;Edited because I answered the wrong question the first time.&lt;/p&gt;
&lt;p&gt;[Edited by Suzanne on Dec. 21, 2000 at 12:26 PM]&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Dec 2000 17:19:24 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075916 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks Suzanne</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075900</link>
    <description> &lt;p&gt;Very nice of you to spend the time to help me.&lt;/p&gt;
&lt;p&gt;I&#039;m not very good at coding but I think this still misses the point.&lt;/p&gt;
&lt;p&gt;1) the &quot;navigator&quot; window is a LONG list of windows I want to pop up with a QT movie embedded in it. When the viewer is done they close the popup window. The Navigator window never closes. The client then chooses another window/movie to popup.  &lt;/p&gt;
&lt;p&gt;2) if one scrolls down to the bottom of the &quot;navigator&quot; window and clicks on a pop up window it works fine. The popup window pops up in front of the navigator window. Unfortunately the &quot;navigator&quot; window then reverts to the very top of the page. When the viewer closes the popup window and returns to the Navigator window they must scroll all the way down to the bottom again. I want the &quot;navigator&quot; window to remain static at the place it was when the client popped up the popup window.&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Dec 2000 00:22:47 +0000</pubDate>
 <dc:creator>doren</dc:creator>
 <guid isPermaLink="false">comment 1075900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>about the top issue</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075898</link>
    <description> &lt;p&gt;Re-reading the thread, the top issue would be best served by using the code similar to what I showed you in the above post.  Specifically, by using onClick instead of javascript: you can kill the href (return false) so that *nothing happens* in the parent window.  &lt;/p&gt;
&lt;p&gt;I used to use &lt;a name=&quot;whatever&quot;&gt;&lt;/a&gt; and have the href go to #whatever before I learned that trick.&lt;/p&gt;
&lt;p&gt;Anyway,&lt;/p&gt;
&lt;p&gt;S&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Dec 2000 20:57:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075898 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>the code is here, baby...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075897</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.zerocattle.com/examples/popUp.html&quot; class=&quot;bb-url&quot;&gt;http://www.zerocattle.com/examples/popUp.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And if that doesn&#039;t meet your needs (it basically names the parent window, then the remote can open files in the parent window), then you can look up the tutorials at &lt;a href=&quot;http://www.irt.org&quot; class=&quot;bb-url&quot;&gt;http://www.irt.org&lt;/a&gt; linked on that page for more information.&lt;/p&gt;
&lt;p&gt;Word of caution, if you are linking to other people&#039;s pages, and they name the parent window, then your remote will break.  It&#039;s best used for your own pages or at least pages you can control.&lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Dec 2000 20:54:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075897 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075882</link>
    <description> &lt;p&gt;Thank you Max.&lt;/p&gt;
&lt;p&gt;But I think that script is for the new window the navigator window opens, isn&#039;t it? &lt;/p&gt;
&lt;p&gt;What I need is a script for the old window that opens the new window.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Dec 2000 09:59:23 +0000</pubDate>
 <dc:creator>doren</dc:creator>
 <guid isPermaLink="false">comment 1075882 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stop-auto-scrolling-top-there-script#comment-1075872</link>
    <description> &lt;p&gt;put anchors in the popup HTML page&lt;br /&gt;
then in you javascript, when you open the page, use something like this:&lt;br /&gt;
winmdow.open(&quot;my_dir/my.html&lt;strong&gt;#anchor_name&lt;/strong&gt;&quot;,&quot;window_name&quot;,&quot;&quot;)&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Dec 2000 07:20:06 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1075872 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
