<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039550" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039550</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-new-windows-be-certain-size-and-position#comment-1224070</link>
    <description> &lt;p&gt;The windows that open must have navigation via scrollbars hence regular windows would of been fine, pop ups a no no!&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2007 14:08:01 +0000</pubDate>
 <dc:creator>mfdc</dc:creator>
 <guid isPermaLink="false">comment 1224070 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-new-windows-be-certain-size-and-position#comment-1224069</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;webwiz wrote:&lt;/strong&gt; Anyone have a solution to these issues?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Um, don&#039;t use pop-up windows? Almost always a bad idea but mfdc didn&#039;t ask about that &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;  Maybe he&#039;s got a good reason for it.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3;224028 wrote:&lt;/strong&gt; Couldn&#039;t you get the size of the monitor using screen.width and screen.height and since you have the size of the browser window, you could do some math to figure out how far from the top and left would make the browser center? I haven&#039;t done it, but it might work. IE, Opera and Firefox probably have different opinions on what constitutes the browser window, so your centering might be a bit off.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Oh, right you could do it that way. You&#039;d also have to do some math to get what the x,y position of the top-left corenr of the window would be relative to the center of the screen. But who would go to that much trouble just to center a pop-up?&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2007 13:52:31 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1224069 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-new-windows-be-certain-size-and-position#comment-1224036</link>
    <description> &lt;p&gt;I hesitate doing something like this, as I don&#039;t know how to do it unobtrusively.&lt;/p&gt;
&lt;p&gt;Modern browsers allow you to stop JavaScript from resizing and moving windows. In addition, most pop-up blockers will not open a new window without permission. This adds a barrier to visitors that may well put them off. It also raises usability issues.&lt;/p&gt;
&lt;p&gt;Anyone have a solution to these issues?&lt;/p&gt;
 </description>
     <pubDate>Sat, 08 Sep 2007 16:52:52 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1224036 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-new-windows-be-certain-size-and-position#comment-1224028</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: You won&#039;t be able to centre the window - only position it from the top-left corner (that&#039;s explained at the bottom of that page).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Couldn&#039;t you get the size of the monitor using screen.width and screen.height and since you have the size of the browser window, you could do some math to figure out how far from the top and left would make the browser center? I haven&#039;t done it, but it might work. IE, Opera and Firefox probably have different opinions on what constitutes the browser window, so your centering might be a bit off.&lt;/p&gt;
 </description>
     <pubDate>Sat, 08 Sep 2007 01:02:41 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1224028 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-new-windows-be-certain-size-and-position#comment-1223991</link>
    <description> &lt;p&gt;Bless you, thats delightful&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Sep 2007 14:11:20 +0000</pubDate>
 <dc:creator>mfdc</dc:creator>
 <guid isPermaLink="false">comment 1223991 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forcing-new-windows-be-certain-size-and-position#comment-1223990</link>
    <description> &lt;p&gt;Sorry you&#039;re not getting answers to your questions! I&#039;ll take a look and see if there are any I can help with.&lt;/p&gt;
&lt;p&gt;Are you using target_blank of a javascript pop-up to open the window? To resize a new window you&#039;ll have to use JavaScript. Here is a tutorial:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pageresource.com/jscript/jwinopen.htm&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com/jscript/jwinopen.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You won&#039;t be able to centre the window - only position it from the top-left corner (that&#039;s explained at the bottom of that page).&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Sep 2007 13:12:55 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1223990 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
