<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013621" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013621</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/windowopen-and-margins#comment-1078995</link>
    <description> &lt;p&gt;thanx&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Mar 2001 08:44:16 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1078995 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/windowopen-and-margins#comment-1078876</link>
    <description> &lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;After you open the window, try something like this:&lt;/p&gt;
&lt;p&gt;//open window named mywin&lt;br /&gt;
mywin = window.open(blahblah)...&lt;/p&gt;
&lt;p&gt;//set mywin&#039;s body margin css property to 0&lt;br /&gt;
mywin.document.body.style.margin=0;&lt;/p&gt;
&lt;p&gt;This worked for me in IE. For netscape you might have to do this:&lt;/p&gt;
&lt;p&gt;mywin.document.body.margin = 0;&lt;/p&gt;
&lt;p&gt;But I don&#039;t know if Netscape can handle it.&lt;/p&gt;
&lt;p&gt;Jon.&lt;/p&gt;
 </description>
     <pubDate>Sun, 04 Mar 2001 01:27:53 +0000</pubDate>
 <dc:creator>jonsteele</dc:creator>
 <guid isPermaLink="false">comment 1078876 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>no</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/windowopen-and-margins#comment-1078872</link>
    <description> &lt;p&gt;The window.open controls the browser window, not the contents other than putting a specific document *in* that window.&lt;/p&gt;
&lt;p&gt;Your best bet is that if you need to have a variable going into the window is to write the &quot;page&quot; into the variable, with JavaScript.&lt;/p&gt;
&lt;p&gt;So, document.write (&#039;HI!&#039;); et cetera.&lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 03 Mar 2001 19:24:45 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1078872 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
