<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Topic &#x27;Re: Pull Down Menu Assistance...&#x27; in forum &#x27;Web Developers&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29644063</link>
<description></description>
<language>en</language>
<pubDate>Sat, 26 Mar 2022 13:57:38 EDT</pubDate>
<lastBuildDate>Sat, 26 Mar 2022 13:57:38 EDT</lastBuildDate>

<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29720983</link>
<description><![CDATA[rodjames posted : google "ajax css pulldown menu" modify and save.  <br><br>srsly.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29720983</guid>
<pubDate>Wed, 10 Dec 2014 14:47:48 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29693562</link>
<description><![CDATA[MineCoast posted : <div class="bquote"><said>said by <a href="/profile/1592217" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=1592217');">lawsoncl</a>:</said><p>The use of &raquo;<A HREF="http://username:password@example.com" >username:password@example.com</A> is deprecated.  I'm pretty sure IE doesn't support it, so I'm guessing you're using Firefox or Chrome?  Any user can see the passwords in your code too.  Why bother with authentication at all?<br></p></div>IE doesn't support it, however, I'm willing to accept the fact that I will need to use other browsers. I don't use IE as my primary browser and didn't even notice this issue until I was doing some testing. As far as viewing the passwords in the code, this isn't a concern as it is a general username/password and is only used because the application requires it and there is no way around it. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29693562</guid>
<pubDate>Thu, 27 Nov 2014 03:53:17 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29693230</link>
<description><![CDATA[lawsoncl posted : <br>The use of &raquo;<A HREF="http://username:password@example.com" >username:password@example.com</A> is deprecated.  I'm pretty sure IE doesn't support it, so I'm guessing you're using Firefox or Chrome?  Any user can see the passwords in your code too.  Why bother with authentication at all?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29693230</guid>
<pubDate>Wed, 26 Nov 2014 21:41:29 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29650101</link>
<description><![CDATA[MineCoast posted : Erm. N/M :) ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29650101</guid>
<pubDate>Wed, 05 Nov 2014 13:31:02 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649875</link>
<description><![CDATA[MineCoast posted : Oh, believe me, I'd love to not use frames lol, but I don't see any other way to get around not using frames. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649875</guid>
<pubDate>Wed, 05 Nov 2014 11:59:56 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649707</link>
<description><![CDATA[Chubbzie posted : Glad I could help but now I have to fuss at you about using frames in 2014... lol.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649707</guid>
<pubDate>Wed, 05 Nov 2014 11:01:48 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649701</link>
<description><![CDATA[MineCoast posted : That worked perfectly! You have no idea how much I appreciate your help :) and for the explanation as it really helps me understand the coding a lot better. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649701</guid>
<pubDate>Wed, 05 Nov 2014 10:59:30 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649667</link>
<description><![CDATA[Chubbzie posted : You're no idiot, typos are quite common. ;)<br><br>If you want to target the "main" frame of your page just change the parameters of the onclick event for the Go button, like this:<br><pre class="brush: text">&lt;input type="button" value="Go" onclick="GoButton('serverMenu','parent.frames&#91;\'main\'&#93;',0)" /&gt;&#012; &#012;</pre><!--end code block-->Notice how the "parent" parameter has been changed to "parent.frames[\'main\']".<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29649667</guid>
<pubDate>Wed, 05 Nov 2014 10:46:50 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29648109</link>
<description><![CDATA[MineCoast posted : Okay. I'm an idiot... Thanks! Your post caused me to re-read my coding and I found a typo :)<br><br>Quick Question... How can I target this to open in a frame called "main"? As of now, it loses the frames when I hit go. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29648109</guid>
<pubDate>Tue, 04 Nov 2014 14:55:07 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29648104</link>
<description><![CDATA[Chubbzie posted : Can you post your code here?<br><br>All you have to do is paste your code between these:<br><code>[code="html"]<br><br>Insert code here<br><br>[/code]</code>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29648104</guid>
<pubDate>Tue, 04 Nov 2014 14:50:51 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29647740</link>
<description><![CDATA[MineCoast posted : Hmm.... Something isn't working right. I just get a "about:blank" page. However, my previous downdown script that went to &raquo;<A HREF="http://username.password@server.site.com:8010/monitors/logs.html" >username.password@server &middot;&middot;&middot; ogs.html</A> works, but this one doesn't. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29647740</guid>
<pubDate>Tue, 04 Nov 2014 12:14:09 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29647584</link>
<description><![CDATA[MineCoast posted : Thank You SOOO Much! :) Anyway... It's all internal traffic and not over the internet, so not much concern over being clear text since it's all internal only. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29647584</guid>
<pubDate>Tue, 04 Nov 2014 11:09:03 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29647510</link>
<description><![CDATA[Chubbzie posted : This is quick & dirty, but basically it concatenates the string values from server & pages select objects based on user's selections...<br><br><pre class="brush: text">&lt;head&gt;&#012;&lt;script type="text/javascript"&gt;&#012; function GoButton(objId,targ,restore){ //v9.0&#012;  var pageVal = document.getElementById("pageMenu").value; &#012;  var selObj = null;  with (document){ &#012;  if (getElementById) selObj = getElementById(objId);&#012;  if (selObj) eval(targ+".location='"+selObj.options&#91;selObj.selectedIndex&#93;.value+pageVal+"'");&#012;  if (restore) selObj.selectedIndex=0; }&#012;}&#012;&lt;/script&gt;&#012; &#012;&lt;/head&gt;&#012;&lt;body&gt;&#012;&lt;form id="pageLocation"&gt;&#012;&lt;select name="serverMenu" id="serverMenu"&gt;&#012;  &lt;option name="server1Val" value="http://username:password@server1.site.com"&gt;Server1&lt;/option&gt;&#012;  &lt;option name="server2Val" value="http://username:password@server2.site.com"&gt;Server2&lt;/option&gt;&#012;  &lt;option name="server3Val" value="http://username:password@server3.site.com"&gt;Server3&lt;/option&gt;&#012;  &lt;option name="server4Val" value="http://username:password@server4.site.com"&gt;Server4&lt;/option&gt;&#012;&lt;/select&gt;&#012;&lt;select name="pageMenu" id="pageMenu"&gt;&#012;  &lt;option name="monitorsVal" value="/monitors"&gt;Monitors&lt;/option&gt;&#012;  &lt;option name="networksVal" value="/networks"&gt;Networks&lt;/option&gt;&#012;  &lt;option name="blacklistsVal" value="/blacklists"&gt;Blacklists&lt;/option&gt;&#012;  &lt;option name="ipsVal" value="/ips"&gt;IP Addresses&lt;/option&gt;&#012;&lt;/select&gt;&#012;&lt;input type="button" value="Go" onclick="GoButton('serverMenu','parent',0)" /&gt;&lt;br /&gt;&#012;&lt;/form&gt;&#012;&lt;/body&gt;&#012; &#012;</pre><!--end code block--><br>Now I have to ask you about passing authentication credentials in clear text?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29647510</guid>
<pubDate>Tue, 04 Nov 2014 10:37:58 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646733</link>
<description><![CDATA[MineCoast posted : <div class="bquote"><said>said by <a href="/profile/811675" onClick="this.blur(); return popup(event,'/uidpop?ajh=1&uid=811675');">cdru</a>:</said><p>I'd just put a list of servers as your first drop down (not the full URL).  The second drop down would be which particular log you want.  Then add a 3rd form element, a button. On the button click event, call a function that builds the url string and sets the frame's href.<br></p></div>Right, but I don't know how to write the coding for that. I haven't written any code since the late 90's. I don't know how to write any of that. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646733</guid>
<pubDate>Mon, 03 Nov 2014 20:56:07 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646695</link>
<description><![CDATA[cdru posted : I'd just put a list of servers as your first drop down (not the full URL).  The second drop down would be which particular log you want.  Then add a 3rd form element, a button. On the button click event, call a function that builds the url string and sets the frame's href.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646695</guid>
<pubDate>Mon, 03 Nov 2014 20:35:30 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646587</link>
<description><![CDATA[MineCoast posted : The username:password is general and not bond to any specific user and doesn't change. Each server runs the exact same piece of "software" so each server has /monitors, /ips, /networks, and so on, but there are hundreds of servers. So, one pull down to specify which server, then another pull down to specify which page on that server. All servers are the same, so the 2nd pull down will be the same across all servers. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646587</guid>
<pubDate>Mon, 03 Nov 2014 19:28:47 EDT</pubDate>
</item>
<item>
<title>Re: Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646276</link>
<description><![CDATA[Chubbzie posted : So a user can choose any of the servers and then choose any of the page options or are the page options bound to a particular server?<br><br>Are you trying to load the user's selection in a specific frame?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Pull-Down-Menu-Assistance-29646276</guid>
<pubDate>Mon, 03 Nov 2014 16:54:02 EDT</pubDate>
</item>
<item>
<title>Pull Down Menu Assistance...</title>
<link>http://www.dslreports.com/forum/Pull-Down-Menu-Assistance-29644063</link>
<description><![CDATA[MineCoast posted : Hi Folks,<br><br>My web design skills are very rusty as I haven't designed a site since the late 90's and early 2000's. I am currently trying to build a very basic site and I seem to be stuck on the pull down menu. I am building a site that uses frames (not iframe) and in one of the frames, I have a navigation menu which is a pull down, but I need to create a two part pull down with a "Go" button.<br><br>This is what I'm trying to do:<br><br>Servers:<br><br>[url]http://username:password@server1.site.com[/url]<br>[url]http://username:password@server2.site.com[/url]<br>[url]http://username:password@server3.site.com[/url]<br>[url]http://username:password@server4.site.com[/url]<br><br>Pages:<br>/monitors<br>/networks<br>/blacklists<br>/ips<br><br>So, the first menu will specify which server, and the 2nd menu will specify which page on that server and the Go button will load the correct page. I'm sure this can't be that difficult to do, however, the menu I have now only loads the direct page. An example of my code is below:<br><br>I can't seem to post the code here, but I have attached a screenshot.<!-- 29644063  HASH(0xa6878a0)   --><div class="borderless"><TABLE WIDTH=96% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=MIDDLE COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/29644063?c=2191030&ret=64urlL2ZvcnVtL3IyOTY0NjY5NS54bWw"><IMG class="apic" id="p15985" TITLE="17494 bytes" BORDER=0 SRC="/r0/download/2191030~c7da2202001ef3739c67954b4c9dbb31/Capture.PNG"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Pull-Down-Menu-Assistance-29644063</guid>
<pubDate>Sun, 02 Nov 2014 15:18:57 EDT</pubDate>
</item>
</channel>
</rss>
