<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042214" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042214</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hi,
Thanks for all the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-resize-onload-maximum-100-width-and-height#comment-1235267</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for all the replies. Actually, I just went with this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;if (window.screen) self.resizeTo(screen.availWidth,screen.availHeight);&lt;br /&gt;//--&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I didn&#039;t want a popup per say just that my index page would load 100% of the viewers browser window. It&#039;s not that elegant but seems to work.&lt;/p&gt;
&lt;p&gt;If anyone has a better one though I would love to see it as this one doesn&#039;t give me any control of menus or status bars.&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;br /&gt;
j&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Nov 2008 11:33:31 +0000</pubDate>
 <dc:creator>jules771</dc:creator>
 <guid isPermaLink="false">comment 1235267 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>webwiz wrote:
Sadly,</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-resize-onload-maximum-100-width-and-height#comment-1234787</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;webwiz&lt;/em&gt; wrote:&lt;/div&gt;Sadly, pop-ups like this rarely work these days, due to the ubiquity of pop-up blockers.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;That&#039;s why I load the popup with a page with alternate links...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://netsperience.org/gallery/index.htm&quot;&gt;Try it...&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Nov 2008 04:55:09 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1234787 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>P.S. Block elements</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-resize-onload-maximum-100-width-and-height#comment-1234784</link>
    <description> &lt;p&gt;P.S. Block elements automatically display at 100% width unless you specify otherwise, or use a &quot;shrink-to-fit&quot; display property (float; inline-block; table; table-cell).&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Nov 2008 04:27:53 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1234784 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Not sure, but I think Jules</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-resize-onload-maximum-100-width-and-height#comment-1234782</link>
    <description> &lt;p&gt;Not sure, but I think Jules wants a regular page to fill the viewport if the page is short. Sadly, pop-ups like this rarely work these days, due to the ubiquity of pop-up blockers.&lt;/p&gt;
&lt;p&gt;There is a way to do this in CSS, if my hunch is correct. It only works when you have a single block to hold the content, but that&#039;s often the case:&lt;/p&gt;
&lt;p&gt;See Cameron Adams&#039;s &lt;a href=&quot;http://www.themaninblue.com/writing/perspective/2005/08/29/&quot;&gt;FooterStickAlt&lt;/a&gt; solution.&lt;/p&gt;
&lt;p&gt;FWIW - I have just been trying to create a JavaScript solution for a page wrapped in multiple DIVs - and failed! Although page zoom is easy to calculate and adjust for in Opera, Firefox 3 and Internet Explorer 7 seem broken as far as JavaScript is concerned. &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;
 </description>
     <pubDate>Mon, 03 Nov 2008 04:14:33 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1234782 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi jules,
I think this code</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-resize-onload-maximum-100-width-and-height#comment-1234764</link>
    <description> &lt;p&gt;Hi jules,&lt;/p&gt;
&lt;p&gt;I think this code should help you:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;p style=&amp;quot;margin-top: 50px&amp;quot;&amp;gt;&amp;lt;h2&amp;gt;If Portfolio Window doesn&amp;#039;t open, allow pop-ups and &amp;lt;a href=&amp;#039;javascript:void(0);&amp;#039; onclick=&amp;#039;window.open(&amp;quot;http://portfolio.netsperience.org/main.php/v/admin/portfolio/&amp;quot;,&amp;quot;_blank&amp;quot;,&amp;quot;menubar=no,resizable=yes,scrollbars=yes,fullscreen=yes&amp;quot;)&amp;#039;&amp;gt;click here&amp;lt;/a&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;p style=&amp;quot;margin-top: 50px&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;If you don&amp;#039;t want to view the Portfolio full screen in a new window, &amp;lt;a href=&amp;quot;http://portfolio.netsperience.org/main.php/v/admin/portfolio/&amp;quot;&amp;gt;click here&amp;lt;/h3&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;window.open(&amp;quot;http://portfolio.netsperience.org/main.php/v/admin/portfolio/&amp;quot;,&amp;quot;_blank&amp;quot;,&amp;quot;menubar=no,resizable=yes,scrollbars=yes,fullscreen=yes&amp;quot;);&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Welcome to TWF! Why don&#039;t you post an &lt;a href=&quot;http://www.webmaster-forums.net/introductions&quot;&gt;Introduction&lt;/a&gt; to tell us all a little about yourself?&lt;/p&gt;
&lt;p&gt;[btw - the Search box is in the top right of the page, but requires a search term longer than 3 characters, so a search for &quot;SEO&quot; (for example) won&#039;t work...]&lt;/p&gt;
 </description>
     <pubDate>Sat, 01 Nov 2008 17:42:07 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1234764 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
