<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014284" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014284</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/maximize#comment-1082460</link>
    <description> &lt;p&gt;Point taken Suzanne....&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;&lt;br /&gt;
See what happens when I try to fire off a quick email...&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 May 2001 06:02:37 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1082460 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Same answer, many threads</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/maximize#comment-1082409</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.zerocattle.com/examples/popUp.html&quot; class=&quot;bb-url&quot;&gt;zerocattle.com/examples/popUp.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Jack, I&#039;ve answered this question what seems like weekly, so here I go again, just for you!&lt;/p&gt;
&lt;p&gt;The little piece that you put in the code (see above for cross-browser, popUp window code that contains all the important bits, tutorial links to &lt;a href=&quot;http://www.irt.org&quot; class=&quot;bb-url&quot;&gt;irt.org&lt;/a&gt; et cetera), is &lt;strong&gt;resizable=no&lt;/strong&gt; in the third section of attributes.&lt;/p&gt;
&lt;p&gt;That way a window CANNOT be resized (nor maximized) in IE, Netscape, et cetera.&lt;/p&gt;
&lt;p&gt;You can only control the settings of windows that *you* open (not the user), but using window.open there is no reason why you can&#039;t make it impossible to resize it. &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;
&lt;p&gt;P.S.  Tazman sort of answered this question right away, but his code has syntax/typing errors in it.  That&#039;s all.&lt;/p&gt;
&lt;p&gt;And be careful of your spelling, too.. &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; I fixed a pile of windows for a client where the former &quot;production specialist&quot; had spelled resizable &quot;resizeable&quot;.  *sigh*&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2001 18:37:45 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1082409 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/maximize#comment-1082386</link>
    <description> &lt;p&gt;Aah, well, I was looking for a script that disables maximize in IE.&lt;br /&gt;
If that&#039;s not possible, I think my search is over...&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Thanx anyway&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 May 2001 06:45:00 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1082386 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/maximize#comment-1082355</link>
    <description> &lt;p&gt;Actually, I deplore Netscape....it has caused me many a problem w/ JavaScript!&lt;/p&gt;
&lt;p&gt;I use that script to open several windows on my site.  If you go to &lt;a href=&quot;http://www.edisti.com&quot; class=&quot;bb-url&quot;&gt;edisti.com&lt;/a&gt; and click on login on the left sidebar, the window that is opened uses that script.&lt;/p&gt;
&lt;p&gt;IE does not let you maximize the window.&lt;/p&gt;
&lt;p&gt;If your experience is different, what browser/rev are you running.&lt;/p&gt;
&lt;p&gt;Tazman&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 May 2001 22:12:22 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1082355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/maximize#comment-1082349</link>
    <description> &lt;p&gt;You probably use NS, right?&lt;/p&gt;
 </description>
     <pubDate>Sun, 13 May 2001 19:38:12 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1082349 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>stopping maximize</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/maximize#comment-1082307</link>
    <description> &lt;p&gt;The following code works fine for me.  Make sure that you keep the window.open code all on one line.  The second line is used to set up the window.opener allowing reference between window and calling frames.&lt;/p&gt;
&lt;p&gt;win_name=window.open(&quot;pathtofile.html&quot;,win_name,&#039;width=600,height=300,toolbar=no,location=no,directories=no,status=no,menubar=noscrollbars=no,resizable=no,left=100,top=100,screenX=100,screenY=100&#039;);&lt;/p&gt;
&lt;p&gt;//this line sets up the windows opener&lt;br /&gt;
win_name.opener=self;&lt;/p&gt;
 </description>
     <pubDate>Sat, 12 May 2001 21:19:01 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1082307 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
