<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1054226" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1054226</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Do you mean the browser</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/stumped-please-help-anyone-removing-frame-pop-window#comment-1280082</link>
    <description> &lt;p&gt;Do you mean the browser toolbar and address bar at the top?&lt;/p&gt;
&lt;p&gt;Why don&amp;#39;t you use a Lightbox type overlay script instead? I like &lt;a href=&quot;http://www.jacklmoore.com/colorbox&quot;&gt;Colorbox&lt;/a&gt;. That&amp;#39;s generally the way to go with image enlargements these days.&lt;/p&gt;
&lt;p&gt;If you want to continue to work with what you&amp;#39;ve got (and I must say, this is some of the strangest code I&amp;#39;ve seen in a long time!), look for code that looks like this, towards the bottom of the page:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;map name=&amp;quot;Coll001Link&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;6,6,155,154&amp;quot; href=&amp;quot;#&amp;quot; onClick=&amp;quot;MM_openBrWindow(&amp;#039;BalooCardsGraphics/BalooCardsCollections/BalooCardItems/BalooC-Botanic/BalooC-Botanic-Enlarged/BC001.htm&amp;#039;,&amp;#039;BC001&amp;#039;,&amp;#039;scrollbars=yes,width=520,height=668&amp;#039;)&amp;quot; onMouseOver=&amp;quot;MM_swapImage(&amp;#039;Coll001Nav&amp;#039;,&amp;#039;&amp;#039;,&amp;#039;BalooCardsGraphics/BalooCardsCollections/BalooCardItems/BalooC-Botanic/BalooC044-BC001-Over.jpg&amp;#039;,1)&amp;quot; onMouseOut=&amp;quot;MM_swapImgRestore()&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/map&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;The part in that onClick attribute opens that pop-up window. The &lt;code&gt;&amp;#039;scrollbars=yes,width=520,height=668&amp;#039;&lt;/code&gt; part tells the browser what features to use in the pop-up window. Try changing that to:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;#039;scrollbars=yes,width=520,height=668,toolbar=no&amp;#039;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You&#039;ll need to do that for all of the onclick events attached to those image maps. If the toolbar=0 doesn&#039;t remove all the elements you want to get rid of, check &lt;a href=&quot;http://www.javascript-coder.com/window-popup/javascript-window-open.phtml&quot;&gt;this article&lt;/a&gt; to find out how to get rid of the rest of them (that article is using 1&#039;s and 0&#039;s instead of yes and no, which also works). I&#039;m not sure exactly what toolbar=no is going to remove - you might have to add location and menubar separately.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Aug 2012 22:22:51 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1280082 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
