<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023767" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023767</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145879</link>
    <description> &lt;p&gt;I&#039;ve found when editing JavaScript and anything really that changes oodles in a short period of time, sometimes browsers just get all confused and silly and fail to entirely keep up. &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; Glad you got it sorted.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 18:53:37 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145879 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145877</link>
    <description> &lt;p&gt;The .focus() callback was not being called consistently in my code initially, but it seems to be working now. &lt;/p&gt;
&lt;p&gt;TM&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 18:42:11 +0000</pubDate>
 <dc:creator>TonyMontana</dc:creator>
 <guid isPermaLink="false">comment 1145877 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145849</link>
    <description> &lt;p&gt;um, yes, the part in my code (and Rush&#039;s) that says newWin.focus(); or mainWin.focus() -- whatever you&#039;ve called the window you&#039;ve opened. They called theirs RushPopUpWindow and so used this line to make it stay focused (while the browser is active only).&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;RushPopUpWindow.focus();&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 05:11:31 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145849 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145844</link>
    <description> &lt;p&gt;Turns out the var names were ok, the problem was with commas in the settings variable. However, one thing that the Rush site does, is retain the focus of the window.&lt;/p&gt;
&lt;p&gt;  When I clicked view source and opened a text file on the rush site, the &#039;taskbar&#039; appeared again, but when I closed the source file window, the taskbar disappeared as the window expanded, or focused.&lt;/p&gt;
&lt;p&gt;  I haven&#039;t been able to achieve that action, if you know how?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function initWindow(str){&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;	var sW = screen.width;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sH = screen.height;&lt;br /&gt;	var mainWin = null;&lt;br /&gt;&lt;br /&gt;var LeftPosition=0, TopPosition=0;&lt;br /&gt;var settings=&amp;#039;width=&amp;#039;+ sW + &amp;#039;,height=&amp;#039;+ sH + &amp;#039;,top=&amp;#039; + TopPosition + &amp;#039;,left=&amp;#039; + LeftPosition + &amp;#039;,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no&amp;#039;;&lt;br /&gt;var str = str;&lt;br /&gt;var rand = Math.round(Math.random()*9999);&lt;br /&gt;var wName = &amp;quot;winMain&amp;quot; + rand;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; if (sW &amp;gt; 800){&lt;br /&gt;&amp;nbsp;&amp;nbsp; str += &amp;quot;&amp;amp;smallSwf=0&amp;quot;;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;else {&lt;br /&gt; str += &amp;quot;&amp;amp;smallSwf=1&amp;quot;;&lt;br /&gt; &lt;br /&gt;&amp;nbsp; }&lt;br /&gt;mainWin = void(window.open(str, wName, settings));&lt;br /&gt;mainWin.focus();&lt;br /&gt;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;TM&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 03:06:13 +0000</pubDate>
 <dc:creator>TonyMontana</dc:creator>
 <guid isPermaLink="false">comment 1145844 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145843</link>
    <description> &lt;p&gt;Seems like it doesn&#039;t like your var names.&lt;/p&gt;
&lt;p&gt;Anyway, here you go:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function popUp(page, name, details) { &lt;br /&gt;var newWin &lt;br /&gt;var page&lt;br /&gt;var rand = Math.round(Math.random()*9999)&lt;br /&gt;var w=screen.width&lt;br /&gt;var h=screen.height&lt;br /&gt;var details=&amp;quot;status=yes,scrollbars=yes,resizable=yes,screenX=0,screenY= 0,left=0,top=0,height=&amp;quot;+h+&amp;quot;,width=&amp;quot;+w&lt;br /&gt;var name = &amp;quot;winMain&amp;quot; + rand&lt;br /&gt;if (w &amp;gt; 800){&lt;br /&gt;&amp;nbsp;&amp;nbsp; page += &amp;quot;&amp;amp;smallSwf=0&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;else {&lt;br /&gt; page += &amp;quot;&amp;amp;smallSwf=1&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;newWin=window.open(page,name,details)&lt;br /&gt;newWin.focus()&lt;br /&gt;return false&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a href=&amp;quot;putyourpageurlhereforaccessibility.html&amp;quot; onclick=&amp;quot;return popUp(this.href);&amp;quot;&amp;gt;something to activate the link&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Also, if you don&#039;t want to have the same page in the href and the onclick, you can replace popUp(this.href) with popUp(&#039;someurl.html&#039;). The function takes this variable as the page name and appends your search query to it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 02:17:03 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145836</link>
    <description> &lt;p&gt;I&#039;m using this code...and I can&#039;t seem to get the effect happening, do you know why?&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function initWindow(str){&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;	var sW = screen.width;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sH = screen.height;&lt;br /&gt;&lt;br /&gt;var settings = &amp;quot;&amp;#039;directories=no,status=1,menubar=no,toolbar=no,status=1,dependent=no,scrollbars=1,resizable=1,x=0,y=0,left=0,top=0,height=&amp;quot;+sH + &amp;quot;,width=&amp;quot;+sW+&amp;quot;&amp;#039;&amp;quot;;&lt;br /&gt;var str = str;&lt;br /&gt;var rand = Math.round(Math.random()*9999);&lt;br /&gt;var wName = &amp;quot;winMain&amp;quot; + rand;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sW &amp;gt; 800){&lt;br /&gt;&amp;nbsp;&amp;nbsp; str += &amp;quot;&amp;amp;smallSwf=0&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;else {&lt;br /&gt; str += &amp;quot;&amp;amp;smallSwf=1&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;var mainWin = void (window.open(str, wName, settings));&lt;br /&gt;mainWin.focus();&lt;br /&gt;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 00:41:05 +0000</pubDate>
 <dc:creator>TonyMontana</dc:creator>
 <guid isPermaLink="false">comment 1145836 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145835</link>
    <description> &lt;p&gt;Or, view their source:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script language=&amp;#039;javascript&amp;#039;&amp;amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt; var RushPopUpWindow=null;&lt;br /&gt;function RushPopUp(mypage,myname){&lt;br /&gt;w=screen.width;&lt;br /&gt;h=screen.height;&lt;br /&gt;LeftPosition=0;TopPosition=0;settings=&amp;#039;width=&amp;#039;+ w + &amp;#039;,height=&amp;#039;+ h + &amp;#039;,top=&amp;#039; + TopPosition + &amp;#039;,left=&amp;#039; + LeftPosition + &amp;#039;,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no&amp;#039;;&lt;br /&gt;RushPopUpWindow=window.open(&amp;#039;&amp;#039;,myname,settings);&lt;br /&gt;RushPopUpWindow.focus();RushPopUpWindow.location=&amp;#039;flash_content/InRush.html&amp;#039;&lt;br /&gt;}&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;They are getting the screen height and width and then setting the window size to that.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 00:23:53 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145835 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145834</link>
    <description> &lt;p&gt;ohhh, my goodness, that&#039;s a whole other beast. &lt;/p&gt;
&lt;p&gt;1. You shouldn&#039;t -- you&#039;re then messing with people&#039;s personal space.&lt;/p&gt;
&lt;p&gt;2. You&#039;re looking for &quot;fullscreen&quot; settings for the JavaScript popup window.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;fullscreen=yes&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;But it&#039;s really not recommended. People will get mighty pissed at you.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 00:21:34 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145834 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145833</link>
    <description> &lt;p&gt;The example is &lt;a href=&quot;http://www.rush.com&quot; class=&quot;bb-url&quot;&gt;http://www.rush.com&lt;/a&gt; where the taskbar (what I call the bottom windows screen area with the &#039;start&#039; button and applications) gets covered when entering the site.&lt;/p&gt;
&lt;p&gt;TM&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 00:17:00 +0000</pubDate>
 <dc:creator>TonyMontana</dc:creator>
 <guid isPermaLink="false">comment 1145833 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/window-no-taskbar#comment-1145832</link>
    <description> &lt;p&gt;Also, be aware that some browsers will stop you from hiding the status bar, eh? &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; Make sure you aren&#039;t testing this on a browser that overrides it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Feb 2004 00:11:12 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145832 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
