<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039973" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039973</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jump-menu-help-0#comment-1225900</link>
    <description> &lt;p&gt;Code was generated in Dreamweaver. Haven&#039;t uploaded it to the site yet as it&#039;s still under construction but if you&#039;re really interested the url is &lt;a href=&quot;http://www.merewilts.org&quot; class=&quot;bb-url&quot;&gt;merewilts.org&lt;/a&gt; Having a few probs with css  display and ie6. Any tips will be gratefully received (still a code numpty). Still getting my head around css after working with tables for years. Ahh halcyon days, it was all so simple then.&lt;br /&gt;
And another thing while I&#039;m here, why is it when positioning with css I can set the positions of things which look fine in IE7 but slightly out in Firefox?&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Nov 2007 10:59:50 +0000</pubDate>
 <dc:creator>teeandee</dc:creator>
 <guid isPermaLink="false">comment 1225900 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jump-menu-help-0#comment-1225736</link>
    <description> &lt;p&gt;Aah.  I figured it was some sort of generated code, but I was curious exactly how they were going about it. &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>Fri, 26 Oct 2007 16:47:46 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1225736 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jump-menu-help-0#comment-1225732</link>
    <description> &lt;p&gt;MM_&lt;em&gt;whatever&lt;/em&gt; functions are usually js functions that Dreamweaver auto inserts for certain web features.  In this case, in Dreamweaver there is a button on the toolbar to open up an editor to make a jump menu for you, so you don&#039;t actually have to hand code the thing.&lt;/p&gt;
&lt;p&gt;Here is the code for the MM_jumpMenu:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function MM_jumpMenuGo(selName,targ,restore){ //v3.0&lt;br /&gt;&amp;nbsp; var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Here is the other two functions that go with it:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function MM_findObj(n, d) { //v4.0&lt;br /&gt;&amp;nbsp; var p,i,x; if(!d) d=document; if((p=n.indexOf(&amp;quot;?&amp;quot;))&amp;gt;0&amp;amp;&amp;amp;parent.frames.length) {&lt;br /&gt;&amp;nbsp; d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}&lt;br /&gt;&amp;nbsp; if(!(x=d[n])&amp;amp;&amp;amp;d.all) x=d.all[n]; for (i=0;!x&amp;amp;&amp;amp;i&amp;lt;d.forms.length;i++) x=d.forms[i][n];&lt;br /&gt;&amp;nbsp; for(i=0;!x&amp;amp;&amp;amp;d.layers&amp;amp;&amp;amp;i&amp;lt;d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);&lt;br /&gt;&amp;nbsp; if(!x &amp;amp;&amp;amp; document.getElementById) x=document.getElementById(n); return x;&lt;br /&gt;}&lt;br /&gt;function MM_jumpMenu(targ,selObj,restore){ //v3.0&lt;br /&gt;&amp;nbsp; eval(targ+&amp;quot;.location=&amp;#039;&amp;quot;+selObj.options[selObj.selectedIndex].value+&amp;quot;&amp;#039;&amp;quot;);&lt;br /&gt;&amp;nbsp; if (restore) selObj.selectedIndex=0;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Fri, 26 Oct 2007 14:06:23 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1225732 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jump-menu-help-0#comment-1225728</link>
    <description> &lt;p&gt;Not a problem.  I am curious though: is the original code you had something you found online/downloaded, and if so, could you post a link to it?  If you wrote it, could you post the rest of the code?  I&#039;m curious what is actually happening in the MM_jumpMenuGo() function. &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>Fri, 26 Oct 2007 12:40:28 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1225728 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jump-menu-help-0#comment-1225720</link>
    <description> &lt;p&gt;Just tried out your code, works a treat. Thanks mate.&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>Fri, 26 Oct 2007 09:12:04 +0000</pubDate>
 <dc:creator>teeandee</dc:creator>
 <guid isPermaLink="false">comment 1225720 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jump-menu-help-0#comment-1225700</link>
    <description> &lt;p&gt;I feel as if some Javascript is missing from your code (in fact, I&#039;m assuming this isn&#039;t your entire HTML code.  Perhaps if you could copy and paste the rest or give us a direct link to the page, we could help modify the code you&#039;re working with. &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;&lt;/p&gt;
&lt;p&gt;On the other hand, to open in a new window, you can use a code like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form name=&amp;quot;form&amp;quot; id=&amp;quot;form&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;select name=&amp;quot;jumpMenu&amp;quot; size=&amp;quot;1&amp;quot; id=&amp;quot;jumpMenu&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;http://www.yapp.co.uk/&amp;quot; selected=&amp;quot;selected&amp;quot;&amp;gt;Yapp Brothers Wine Merchants&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;http://www.hillbrush.com/index.htm&amp;quot;&amp;gt;Hill Brush Company Ltd&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;http://www.southwilts.co.uk/site/Mere-Library/&amp;quot;&amp;gt;Mere Library&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;option value=&amp;quot;http://www.conundrumtheshop.co.uk/&amp;quot;&amp;gt;Conundrum&amp;lt;/option&amp;gt;&lt;br /&gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;button&amp;quot; name=&amp;quot;go_button&amp;quot; id= &amp;quot;go_button&amp;quot; value=&amp;quot;Go&amp;quot; onclick=&amp;quot;window.open(form.jumpMenu.value,&amp;#039;parent&amp;#039;,0)&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
You can find more information about the &#039;window.open&#039; Javascript function at W3&#039;s tutorial page:&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/htmldom/met_win_open.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/htmldom/met_win_open.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Oct 2007 18:43:57 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1225700 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
