<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002569" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002569</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opening-new-window-how-do-i-set-size-look-posted-endless#comment-1011385</link>
    <description> &lt;p&gt;How would you call this function?&lt;br /&gt;
Is the &#039;+= &#039; present just for formatting reasons?&lt;br /&gt;
Thanks,&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;strong&gt;[red]The Next Step in Website Development [/red] - &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;http://www.what-next.com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;The Webmaster Promotion and Resource Center&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Oct 1999 20:43:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1011385 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opening-new-window-how-do-i-set-size-look-posted-endless#comment-1011384</link>
    <description> &lt;p&gt;Thank you Lloyd I really appreciate the time you put in to help others. It a great language when things work, but when they don&#039;t.....NIGHTMARES...&lt;br /&gt;
It&#039;s good to be able to look at sniplets and see the correct way to do it.&lt;br /&gt;
All the best.&lt;br /&gt;
Ian&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Oct 1999 20:09:00 +0000</pubDate>
 <dc:creator>Ian</dc:creator>
 <guid isPermaLink="false">comment 1011384 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opening-new-window-how-do-i-set-size-look-posted-endless#comment-1011383</link>
    <description> &lt;p&gt;I&#039;ll try to include brief descriptions of script implementation in the future. I realise that it is hard when first learning a programming language.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Oct 1999 18:53:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011383 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opening-new-window-how-do-i-set-size-look-posted-endless#comment-1011382</link>
    <description> &lt;p&gt;Hey Lloyd, - and others,&lt;br /&gt;
When you write a script, can you put the whole thing, that is include the &amp;lt;script&amp;gt;to&amp;lt;/script&amp;gt; so that we can see what goes where? John says it&#039;s a neat script ( which I&#039;m sure it is ) but others have no idea where or what part it is, or where it goes etc etc. Remember, theres alot of newbies out here and one way of learning is reading boards and looking at examples. Thanks. Ian&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Oct 1999 18:38:00 +0000</pubDate>
 <dc:creator>Ian</dc:creator>
 <guid isPermaLink="false">comment 1011382 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opening-new-window-how-do-i-set-size-look-posted-endless#comment-1011381</link>
    <description> &lt;p&gt;I must say that is a very nice bit of code, it is wonderful if you want to open multiple windows with the same attributes, which is quite common. Way to go Lloyd (again)!&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Oct 1999 16:24:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1011381 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/opening-new-window-how-do-i-set-size-look-posted-endless#comment-1011380</link>
    <description> &lt;p&gt;function newWindow() {&lt;br /&gt;
  var windowFeatures;&lt;br /&gt;
  windowFeatures = &#039;height=400,width=400,&#039;&lt;br /&gt;
  windowFeatures += &#039;screenX=5,screenY=5,top=5,left=5,&#039;&lt;br /&gt;
  windowFeatures += &#039;location=no,menubar=no,&#039;&lt;br /&gt;
  windowFeatures += &#039;resizable=yes,scrollbars=no,&#039;&lt;br /&gt;
  windowFeatures += &#039;status=no,toolbar=no&#039;&lt;br /&gt;
  window.open(&#039;URL&#039;,&#039;WINDOW NAME&#039;,windowFeatures);&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Oct 1999 02:18:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011380 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
