<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002538" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002538</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-popups-and-javascript-functions-how-do-i-open-popup-window-javascript-#comment-1011256</link>
    <description> &lt;p&gt;Thanks Lloyd!! I&#039;ll experiment with the extra code you gave me - it&#039;s great to have customizable options ... Many thanks again! I hope I can get good enough at this to return the favor someday!&lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Oct 1999 03:22:00 +0000</pubDate>
 <dc:creator>Ray</dc:creator>
 <guid isPermaLink="false">comment 1011256 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-popups-and-javascript-functions-how-do-i-open-popup-window-javascript-#comment-1011255</link>
    <description> &lt;p&gt;If you want to customize the new window then play around with the following code.&lt;/p&gt;
&lt;p&gt;function newWindow() {&lt;br /&gt;
  var windowFeatures;&lt;br /&gt;
  windowFeatures = &#039;height=400,width=400,&#039;&lt;br /&gt;
  windowFeatures += &#039;screenX=5,screenY=5,top=5,left=5,&#039;&lt;br /&gt;
  windowFeatures += &#039;location=no,menubar=no,&#039;&lt;br /&gt;
  windowFeatures += &#039;resizable=yes,scrollbars=no,&#039;&lt;br /&gt;
  windowFeatures += &#039;status=no,toolbar=no&#039;&lt;br /&gt;
  window.open(&#039;URL&#039;,&#039;WINDOW NAME&#039;,windowFeatures);&lt;br /&gt;
  }&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
&lt;a href=&quot;mailto:lloydhass@hotmail.com&quot; class=&quot;bb-email&quot;&gt;lloydhass@hotmail.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Oct 1999 01:57:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011255 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-popups-and-javascript-functions-how-do-i-open-popup-window-javascript-#comment-1011254</link>
    <description> &lt;p&gt;John -&lt;/p&gt;
&lt;p&gt;Hey!! Your suggestion worked beautifully!! I appreciate the response - as well as the link to your tutorial. I&#039;ve bookmarked it for further reference because I suspect I am going to need it alot!! Thanks again for helping me get over a hurdle John!&lt;/p&gt;
&lt;p&gt;Ray&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Oct 1999 18:23:00 +0000</pubDate>
 <dc:creator>Ray</dc:creator>
 <guid isPermaLink="false">comment 1011254 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-popups-and-javascript-functions-how-do-i-open-popup-window-javascript-#comment-1011253</link>
    <description> &lt;p&gt;Try:&lt;/p&gt;
&lt;p&gt;function navigate() {&lt;br /&gt;
if (document.radioForm.selection[0].checked) {&lt;br /&gt;
window.open(&#039;audio/sound.wav&#039;);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
window.open(&#039;popups/text.htm&#039;);&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;You can add a bunch of options as well for width, height, menus, and such. I have these listed in a tutorial at:&lt;br /&gt;
&lt;a href=&quot;http://www.pageresource.com/jscript/jwinopen.htm&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com/jscript/jwinopen.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps! &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;
&lt;p&gt;----------&lt;br /&gt;
Page Resource: &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
JavaScript City: &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Oct 1999 17:13:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1011253 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
