Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
899 views

ActiveScaffold: How to create a drop-down select for polymorphic association?

I'm trying to create a drop-down select box for a polymorphic association with ActiveScaffold. I have: class Award belongs_to :sponsorship, :polymorphic => :true end class Organization ...
3
votes
5answers
6k views

WebBrowser control HTMLDocument automate selecting option drop-down

I'm trying to automate in a WinForm using a WebBrowser control to navigate and pull report info from a website. You can enter values in textboxes and invoke the click events for buttons and links, but ...
2
votes
1answer
147 views

Clojure: Hiccup form-handler

I am implementing a simple drop-down using hiccup: ;DATASET/CREATE (defn get-cols-nms [table] "This function gets the list of columns of a specific table". (do (db/cols-list table))) ...
1
vote
3answers
100 views

Dynamic drop-down box generation in javascript using html

i want to do a very simple thing. I want to populate the list of a drop-down box based on the value of the 1st drop-down box. So these 2 boxes are the only elements in a table, which creates rows ...
1
vote
2answers
66 views

I need HELP getting the ALL Report choice in the drop down to run the Report for ALL

I'm pulling from Table A which has 4 Transaction Statuses... '03', '05', '06', & '07' I've defined a dataset which pulls them... SELECT 'ALL' AS label, NULL AS value, 0 AS iordr UNION ALL SELECT ...
1
vote
1answer
188 views

Drop-down menu that opens UP/upward with PURE CSS

I've created a drop down menu with pure CSS and I've gotten it to a place that I like EXCEPT I want it to be "drop-up" not drop-down since the menu bar is going at the bottom of the layout. I can't ...
1
vote
0answers
62 views

How do I set SelectedValue of Dropdown in Sharepoint Designer?

I just started using Sharepoint Designer to create forms & screens for end-users. When I use ASP Dropdownlist or Sharepoint Dropdown controls, I am unable to set the selected-value of the ...
1
vote
0answers
127 views

Rails dynamic drop-down not pre-populated in edit form

I have a dynamic drop-down in a user form that contains cities based on the selected state. The form works perfectly when creating the record, but when editing the user, only the state is populated ...
1
vote
1answer
361 views

CKEditor change names and tags in Formatting drop down

Where from can I edit the names and tags inserted when selecting an option from the Formatting drop-down in CKEDitor? Thank you.
1
vote
2answers
671 views

identify select drop-down text using jquery $(this)

I've got several select elements on a page e.g. <select class="dd" id="dropdown1"> <option value="123">Option A</option> <option value="234">Option B</option> ...
1
vote
3answers
5k views

How do i set the selected item in a drop down box (PHP MySQL Databound)

Hi Is there any way to set the selected item in a drop down box using the following 'type' code? <select selected="<?php print($row[month]); ?>"><option ...
1
vote
3answers
5k views

Creating a Drop Down Menu That Changes Page Content Using Show/Hide Layers and Z-Index

I am trying to create a sidebar for a site that will allow a user to select an item from a drop down menu and show an RSS Feed. The feed will change depending on which item is selected from the list. ...
0
votes
5answers
49 views

2 select boxes with same id's but one hidden

I've 2 select boxes with same id's as well as names but at a time only one is shown. But when form is posted i do not get the exact value.It only displays the first value from the dropdown. ...
0
votes
1answer
20 views

loading dynamic dropdown based on the another dropdwon selection in mvc3 asp.net

i have been working in asp.net mvc 3 with razor code i want to know how to load a country dropdwonlist and state dropdwon list.i want to load the state dropdwon dynamically based on the country ...
0
votes
1answer
32 views

AutoCompleteBox drop-down disconnects from input when drag window

Has anyone seen a bug where you are using the WPF AutoCompleteBox control and while the drop-down is displayed you drag the window and the drop-down stays put while the entire window moves and now the ...
0
votes
0answers
54 views

jQuery drop down menu in a website using frames

I'm having to develop a website using frames (Retro) and the client wants a jQuery mega drop down in the header. The problem I'm having is that the header frame is only about 150px high and the drop ...
0
votes
1answer
41 views

HTML / Php forms - how to save an optional, unselected drop-down as null/empty instead of an option?

I'm building forms for Drupal 6 through the cTools wizard (which is primarily php), and I have a few select boxes that are optional. I have my options set up like so: 0|Select 1|option 1 ...
0
votes
1answer
41 views

Remember selected item on postback in xslt

I'm fixing an old website at my work. I'm kind of new at this job and I'm currently looking for a way to remember the selected item in an xslt file on postback, I don't really know anything about ...
0
votes
1answer
80 views

How to create a CSS only (vertical) drop-down menu?

Good afternoon, My current task is to create several stylesheets for a website. One of the websites styles requires me to create a drop-down menu, I however am not allowed to change the HTML code at ...
0
votes
1answer
287 views

Dropdown marker info/window/bubble selector for google maps

I'm trying to add a dropdown to an existing php mysql google map based on this: I want to be able to select a [bar_name] and for the map to open the corresponding infobubble. Here's my code; ...
0
votes
2answers
396 views

Load Drop Down Selection Dynamically via Ajax PHP

I have a form that is currently online and functioning - I spent most of yesterday searching for and implementing an AJAX solution for my FIRST set of drop-down boxes. But I want to add an additional ...
0
votes
0answers
78 views

Multi-Step Drop Down Menu to retrieve specific record ID from MYSQL database table

I've seen some somewhat similar questions to what I'm about to post, but I can't seem to work through how to apply THAT code to my situation and make it work. I have a database table that contains ...
0
votes
1answer
110 views

css drop down menu with thumbnail

hi im building a drop down menu that has to have a thumbnail to the left. at the moment im using <ul>&<li>s to build the menu and ive got the drop down working. the issue im having is ...
0
votes
0answers
9 views

info source for typical dropdown boxes

sorry if this is a bit off-topic, but where do the magical lists of choices usually come from that you see in common dropdown boxes online? Are there places with data collections that you can freely ...
0
votes
1answer
2k views

Pop-up/Drop-down menu in jQuery Mobile

I'm supposed to do following thing: There's a button, after clicking on/touching it there should be pop-up menu, or better, drop-down menu, with list (listview!) of available options. Is it even ...
0
votes
0answers
88 views

no reaction form cloned dropdown

Hi I use the code below to generate a list of items in a form. The dropdown can be cloned to add more items as needed. Depending on the selection of the left dropdown the right dropdown gets filled ...
0
votes
1answer
172 views

Send same value to two hidden fields onchange

I'm having difficulty passing the same value to two hidden fields. So for example, if I select Product 1, I want both hidden fields to have a value of X. <select> <option ...
0
votes
1answer
133 views

How do I bring the Dropdown Navigation menu over the flash banner?

As you can see in this website I've created http://mssre.host.org/, the drop-down menu is behind the flash banner. I've tried the 'wmode' to opaque and transparent, and also tried using javascript, ...
0
votes
0answers
133 views

Drop-down text selection in jsp/html

I am trying to create JSP page where I have two drop-downs. There are two-sets of data - First set Categories- Movies, Books, Music and the Second set Genres- Action,Comedy,Romantic. Now the first ...
0
votes
2answers
57 views

Drop Down Menu That Opens All Drop Downs at Once

Is there a navigational drop down menu out there that when you hover over one item, every drop down comes down? I know it might be a bit busy, but for this project this is essential. It can use ...
0
votes
2answers
249 views

jQuery generate years. for drop down

I came up with a small issue. that am trying to come up with a way to fix it. Baisclly what I want to do is take 18 years of the year ie: 2011 which returns 1993. and generate a drop down option for ...
0
votes
1answer
121 views

How to add nofollow to drop down

I have a drop down list which filters category ASC and DESC. Google doesn't seem to understand that is duplicate content. How can I prevent Google from not following the drop down selections: ...
0
votes
2answers
422 views

option in dropdown box that changes an input box

Hellp, I am working on developing an online donation site for my page. I'd like the user to have a dropdown box with payment options ($5, $10, $20, Other). I've currently set it up to where it ...
0
votes
0answers
116 views

jQuery Google Reader - like list

Hey All, I am looking for a google-reader like list jquery plugin. I want to have a list of items when every item has should have drop down options like in google reader left feed list. Does anyone ...
0
votes
2answers
409 views

Changing the contents of a div using a dropdown, javascript and PHP

I'm a noob but will gladly take some stick for it if you help me find the answer ;) I have a list of categories in an array $cat_array. I want to build a select drop-down so that when I select one of ...
0
votes
3answers
373 views

Making CSS Drop-down Menu Same Width

I would like to add a drop-down menu to the Our Services menu item on my site. You can see the development location at http://dev.eimpactweb.com/Contact/. If you mouseover Our Services, you'll see ...
0
votes
1answer
420 views

MFC Menu Drop Down (Screenshot included)

I'm having difficulties with an MFC application menu drop down. I want the drop down to display all items when it is clicked. Instead it displays arrows which the user must click in order to show the ...
0
votes
1answer
211 views

javascript drop-down menu: how to link to different sites?

I'm a college student trying to create a drop-down menu for my professor. Since I don't have any programming background, I found a program called "SoThink DHTML" that generated a code for me, but ...
0
votes
1answer
555 views

Putting a drop down menu on iWeb created site using exterrnal HTML code

I am a college student trying to create a website for my professor. Since I have no background in computer science, I opted for iWeb, and I have run into some problems. While iWeb is sufficient for ...
0
votes
1answer
391 views

css drop-down menu broken on IE6

I am new to CSS and web programming. I am fiddling with a menu to do some changes. The example that I am following is here: http://www.cssplay.co.uk/menus/snowstorm.html The menu is working fine of ...
0
votes
2answers
161 views

PHP drop down menu help needed

Need help with my simple PHP menu. I'd like to have something like that: when child elements < 6 display one column if > 6 display two columns. Any advices how to make it? Regards
0
votes
2answers
207 views

create a drop down on a php webpage

I wanted to create static and a dynamic drop down for an online application form on my web page The static drop down would a list of clearance levels where the dynamic one would be based on a list of ...
0
votes
4answers
13k views

Dropdown menu not working in IE6 or IE7 works fine in Firefox

HI all, I'm stuck with a menu on a site I develop. http://charlienutting.com If you hover over the gallery at the top menu bar it should show you a drop down menu. It works fine in Firefox but sucks ...
0
votes
4answers
3k views

Drop Down List doesn't post back after first post back

I've got this ASP.NET drop down control that displays other textbox controls when the value is not UK (this is to help find UK addresses using postcodes). When UK is reselected I will like to hide the ...