<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003093" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003093</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/open-new-window-after-page-finishes-loading#comment-1013664</link>
    <description> &lt;p&gt;If you want to center the new window on your page then you will have to find the X/Y dimensions yourself. Use the following code as a guide.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;code:&lt;/p&gt;
&lt;pre&gt;
var windowWidth = 400;
var windowHeight = 300;
var winX,winY,winFeatures;

function openWindow() {
   winX = (screen.width - windowWidth) / 2;
   winY = (screen.height - windowHeight) / 2;
   winFeatures = &quot;width=&quot; + windowWidth + &quot;,height=&quot; + windowHeight + &quot;,screenX=&quot; + winX + &quot;,left=&quot; + winX + &quot;,screenY=&quot; + winY + &quot;,top=&quot; + winY;
   window.open(&quot;URL&quot;,&quot;NAME&quot;,winFeatures)
   }[/code] &lt;/pre&gt;&lt;/blockquote&gt;</description>
     <pubDate>Thu, 27 Apr 2000 13:40:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013664 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/open-new-window-after-page-finishes-loading#comment-1013663</link>
    <description> &lt;p&gt;a meta refresh tag may be able to do it too.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com/search-engines/resources/webmaster_tools/&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;CLICK&lt;/strong&gt;&lt;/a&gt; 4 some tested resources for making money $, hosting, and web promotions.&lt;br /&gt;
&lt;a href=&quot;http://www.birminghamnet.com&quot; class=&quot;bb-url&quot;&gt;&lt;strong&gt;My Site&lt;/strong&gt;&lt;/a&gt; got hacked, but i&#039;m coming back?&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Apr 2000 05:48:00 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1013663 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/open-new-window-after-page-finishes-loading#comment-1013662</link>
    <description> &lt;p&gt;Thanks! hey, is there a way to automatically center the webpage in the user&#039;s window when it loads?&lt;/p&gt;
&lt;p&gt;Sabrina&lt;/p&gt;
&lt;p&gt;[This message has been edited by SabrinaP (edited 26 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Apr 2000 03:36:00 +0000</pubDate>
 <dc:creator>SabrinaP</dc:creator>
 <guid isPermaLink="false">comment 1013662 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/open-new-window-after-page-finishes-loading#comment-1013661</link>
    <description> &lt;p&gt;Use the onLoad call in the body tag:&lt;/p&gt;
&lt;p&gt;&amp;lt;BODY onLoad=&quot;window.open(&#039;url&#039;,&#039;name&#039;,&#039;width=100,height=100&#039;);&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Just add and set the other attributes you need for the window and it should do it.    &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;
&lt;p&gt;[This message has been edited by John Pollock (edited 26 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Apr 2000 02:23:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1013661 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
