Two Drop Down Menu's One Hidden, Appears If Right Option Is Selected
Jun 5, 2007
I have a html form with two drop down menu's. Now what i need is if some one selects a certain option in the first drop down menu then it will show the second one, Otherwise it stays hidden.
I am trying to make a form where the user is only able to select an option from one of the drop down menus and if they click both then submit an error should pop up telling them to select just one. Now I have found this code:
<SCRIPT LANGUAGE="JavaScript"'> <!-- function validateForm(){[code]....
the first problem is that my menu must be named "id[2]2" which causes a problem due to the bracketed 2 and the 2 after. Is there any way around that?the second problem I forsee is that this will only work with 1 drop down box being unselected. I need a code that will give the warning if nothing is selected OR if something is selected in both drop downs.
how to Change a Hidden Fields Name based on selected option. The hidden fields name is sent off and I need to change the name depending on what option they select. For if they select MyList the hidden field name needs to be SelectLists[40] or if they select testlist the hidden field name needs to be SelectLists[41]. This is probably way, way off but I've done this and it doesn't work.
I have a javascript adding new options to a drop down select menu getting the information from the database.[code]...
I want one of them to be added as selected. I will put an "if" check and if it the value of the option and the value in the database is equal I want that option to be added as "selected".
I have a select control that has over 400<option></option>. To cut down on the user having to scroll through all 400 options I have included a text control that acts as a "Quick Index" and with each char entered into the text box the options are narowed. The problem I am having isthe once I have determined which option should be selected, how to set the option to value of "selected"
I am having trouble getting the selected option in a list of more than 20 items in sharepoint, The code below works for lists of 20 or less but not for lists of greater than 20. If any one has a snipet of code that will enable me to set a variable with the selected value from a complex dropdown it
<select id="price"> <option value="">Please select</option> <!-- show this if volvo --> <optgroup id="vol"> <option value="30000">30000</option> <option value="31000">31000</option> </optgroup> <!-- show this if audi --> <optgroup id="aud"> <option value="40000">40000</option> <option value="41000">41000</option> </optgroup> </select>
i'm having with a superfish menu i have tried to add to my wordpress site.The menu seems to work fine for the base-level (top parent pages) menu items.But the drop down menus seem to flash on screen for just a second and then disappear when the mouse hovers over the menu items.To see an example, please check out the top menu on this temporary development page: http:[url].....I have tried adjusting the z-index in superfish.css file but it doesn't seem to be having any effect.
On my website I want a centered popup where you can fill in a webform. Ofcourse I want to use a table for it so it can have a nice layout.
However when I use a "div" which I can show or hide via a Javascript (showhide) and I put a table in that div, then the webform in that table is already show on the upper left side of my website. If I click the link to show the div, only a blank div will appear in the center of my screen.
This is the code I used:
<script type="text/javascript"> function showhide(id) { if (document.getElementById(id).style.display == 'block') {
[Code]....
In this case the word "TEST" will appear in the upperleft of my screen while the div is hidden. If I click the link, a blank div will appear in the center of the screen.
If I don't use a table, bu only the word "TEST", then all works fine like it supposed to be.
i'm currently designing a dropdown menu that can create a textfield or another dropdown menu based on the option from the first menu. is it possible to create this out of javascript?
I want an icon in my template that, when you click on that certain icon (image), a drop down menu appears. You know when you click the file option in your browser's toolbar, and a drop down menu appears? It can be just like that, but instead of save as and open, links will be there to places within our intranet opened in a new window. This has to work for IEX 7+ because that's all our company decides to use. I tried to submit a chang erequest for them to move to a better CSS/Javascript supportive browser such as Opera, Firefox, Google Chrome... but they're way too fixed on IEX for some odd reason.*edit* colors dont matter. It can be the default colors used in a basic drop down menu. I figure javascript would have more options though.
I have a little problem with drop down menus. I have a PHP page in which I extract some categories (from a database). I put those categories in a drop down menu without problems. I would like that when a category is chosen, the entire page should be reloaded without the pression of any "submit" button, and should appear a new drop down menu. The main problem is the reloading of the page as it appears not to work if, after OPTION VALUE, I put the name of the same page in which there is the forum (entrate_in.php). Infact it say "page not found" while it works perfectly if I put the name of a different php page... how to resolve this problem? Code:
I am trying to use an SSinclude to insert my menu information (not the .js file) in the head section. Again, this is so I don't have to update every page.
However I get an error at the body tag, where I need to do OnLoad="init()"
If I copy and paste the contents of the include into the html it works fine. Theoretically, this is all that the SSI is doing and so it should work.
What I need to be able to do is have the user presented with a single dropdown menu within a form using HTML <SELECT> and <OPTION>. Once they choose a particular option I then want another dropdown to appear alongside it with a list of options that are dependent on what was selected in the first dropdown. Then I want the same thing to happen a third time, i.e when the user selects an option from the second dropdown a third one appears on the screen to the right of it and then whatever the user chooses from this final dropdown is used in the form submission.
Because I am a complete beginner it would be really useful to have an actual code example that I could then modify with my own options.
You select an option in the first menu, it then display options related to #1 in #2, then it displays related options to #2 in #3, then display options related to #3 in #4.
What I need to do now, is when you select an option for #4, it displays results related into a textbox.
If you need the code I currently have I can send that. If someone is awesome in jscript and could write the whole code up, thats fine.
I really just need help to push me in the write direction. Currently is uses arrays.
I want to make around 3 drop down menus ... where the content in each drop down list is based on the users previous selection from the previous drop down menu ..
for example, suppose we have the following information Honda : <model names> from 1990-2005 Toyota: <models name> from 2000-2005 ford : <model names> from 2000-2003 etc....
the first drop down menu is of course "Make" and the next is "year" then "Model"
how can i make it so that if the user selects Honda then only information about honda appears in the next two menus .. and when they select year ... then only Honda models from that year will appear in the final menu, "model".
I am trying to create 2 different drop down menus which are chained.
First drop down menu: options 1, 2, 3, and 4
Second drop down menu: options 1, 2, 3 and 4
However for the first drop down menu, if you choose the number then that number cannot be selected again on the second drop down menu. So if i pick 4 on the first drop down. then only 1, 2, and 3 should show up on the second drop down OR if you pick 4 on the second drop down it gives you an error saying you selected that value.
Here is the complicated part that I cannot figure out.
I want each drop down menus on two different pages and not on the same page. So after you select the submit button on the first drop down it should go to another page with the second drop down.. Has anyone seen this before.
I am trying to use a dropdown menu links for my customers to click on and be directed to links within the same page.
I have figured out how to use anchors in plain text, but the drop down menu asked for a “Value� of which I have not been able to figure out what value to put in order to link that specific drop down selection to a anchor within the same page. Any ideas?
In addition to an accordion-related problem in IE (URL...), I'm having a headache regarding drop down menus.this is only in IE (version 8) - every other browser in the known galaxy responds well to the JS and the HTML setup.The idea is there's a horizontal nav bar of five 'blocks', each with a heading. Hover over the heading and the 'block' (actually an <li>) extends to accommodate a small sentence underneath with a link. Hover off, and the block shrinks back to its original form, with the link hidden.All good in FF, Opera, Safari, Chrome. In IE, though, the <li> block doesn't extend - the link is shown beneath it, but it's outside its frame and looks awful.