<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023551" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023551</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-popup-info-box#comment-1144738</link>
    <description> &lt;p&gt;...you beat me to in posting Jack, didn&#039;t see it till now &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;BTW, thanks also for fixing my code &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;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 21:18:42 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1144738 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-popup-info-box#comment-1144714</link>
    <description> &lt;p&gt;A prefab script for opening the window: &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;Inside the window, you have an .html page with your information and somewhere on it make yourself a link or a button image, however you wish, and use the window.close(); scripting provided by the others in this thread.&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 16:52:32 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1144714 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-popup-info-box#comment-1144693</link>
    <description> &lt;p&gt;@ Renegade:&lt;br /&gt;
The url-param is missing in your fnopenwindow.&lt;/p&gt;
&lt;p&gt;Like this:&lt;br /&gt;
function fnopenwindow(ThePage, winHeight, winWidth){&lt;br /&gt;
window.open(ThePage, &quot;width=200, height=200&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;and:&lt;br /&gt;
&lt;a href=&quot;//www.webmaster-forums.net&amp;#039;, 200, 250);&quot;&gt;Open window&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And there are more params (see the link in my previous post) &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;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 10:16:53 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1144693 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-popup-info-box#comment-1144692</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Lunch[box wrote:&lt;/strong&gt; &#039;]First off, this is my first time with Javascripting.  I&#039;m currently reading the JavaScript Bible, which has helped out tremendously, but my main goal for Java still seems unreachable.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;First off, understand that &lt;em&gt;Java is &lt;strong&gt;different&lt;/strong&gt; from JavaScript&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For closing the window:&lt;br /&gt;
&lt;a href=&quot;window.close();&quot; class=&quot;link&quot; title=&quot;Close Window&quot;&gt;Close Window&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For opening a new window: (I think)&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
window.open(&quot;width=200, height=200&quot;);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Or if you want to use it many times:&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
function fnopenwindow(winHeight, winWidth)&lt;br /&gt;
{&lt;br /&gt;
window.open(&quot;width=200, height=200&quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;fnopenwindow(200, 250);&quot; class=&quot;link&quot; title=&quot;Close Window&quot;&gt;Close Window&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Not tested, but the close window one should work &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;&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 10:12:59 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1144692 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-popup-info-box#comment-1144691</link>
    <description> &lt;p&gt;For a great window opener I recommend you &lt;a href=&quot;http://www.webdevtips.com/webdevtips/js/openwindow.shtml&quot; class=&quot;bb-url&quot;&gt;this site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the close link you just have to place a link in the document like this one:&lt;br /&gt;
&lt;a href=&quot; window.close();&quot;&gt;Close Window&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(&#039;javascript&#039; without underscores)&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jan 2004 10:11:42 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1144691 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
