<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002719" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002719</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-downs#comment-1011979</link>
    <description> &lt;p&gt;Why thank you John, that sounds like a good idea. You&#039;ve even made me blush  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/redface.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 16:55:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011979 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-downs#comment-1011978</link>
    <description> &lt;p&gt;&lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ll have to put in a word for Tom as a possibe third moderator.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;It looks like it will work, let us know if it does the trick.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 16:49:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1011978 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/drop-downs#comment-1011977</link>
    <description> &lt;p&gt;You need a code which is somehting like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;form name=&quot;formName&quot;&amp;gt;&lt;br /&gt;
&amp;lt;select name=&quot;menuName&quot;&amp;gt;&lt;br /&gt;
&amp;lt;option selected value=&quot;http://www.yoursite.com/page1.html&quot;&amp;gt;Page 1&lt;br /&gt;
&amp;lt;option value=&quot;http://www.yoursite.com/page2.html&quot;&amp;gt;Page 2&lt;br /&gt;
&amp;lt;option value=&quot;http://www.yoursite.com/page3.html&quot;&amp;gt;Page 3&lt;br /&gt;
&amp;lt;/select&amp;gt;&lt;br /&gt;
&amp;lt;input type=&quot;button&quot; value=&quot;Click Me&quot; name=&quot;buttonName&quot; onClick=&quot;window.open(document.formName.menuName.options[docudocument.formName.menuName.slectedIndex].value,&#039;WindowName&#039;,&#039;property1,property2,property3&#039;)&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;The properties for the new window are listed at:&lt;br /&gt;
 &lt;a href=&quot;http://www.pageresource.com/jscript/jwinopen.htm&quot; class=&quot;bb-url&quot;&gt;www.pageresource.com/jscript/jwinopen.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Just make sure that the long bit of code from onClick=&quot; to property3&#039;)&quot;&amp;gt; is all on the same line.&lt;/p&gt;
&lt;p&gt;I&#039;ve never tried this, but it should work.   &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by tomworld (edited 14 December 1999).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Dec 1999 16:47:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011977 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
