How to add Drop Down City Selection Menu?

How is the best way to  add a Drop Down City Selection Menu to my site next to MyCITY logo?  This page should be selection on Los Angeles (w arrow icon next to it), but I need 4 other city choices.  It needs to drop down like RESTAURANTS with an arrow.  Not sure the best way to approach this.
http://www.tammyfarringtoncreative.com/test/index.html
Thanks, Tammy

Are you looking for a form select list?
http://www.w3schools.com/tags/tag_select.asp
Nancy O.

Similar Messages

  • How to add drop down in SAP screen module pool

    Hi,
    Can you please advise me on how to add drop down in SAP module pool screen (a drop down with fixed set of values).
    Thanks
    Mohit

    Hi,
    Hope it helpful.
    Refer the Program : rsdemo_dropdown_listbox
    Regards,
    Venkat.

  • How to add drop down list through personalization on seeded page with value

    Hi All
    I am trying add add drop down list through personalization on seeded page with value
    I have go through with anill passi's block
    still I am getting problem to create

    I have download that page from server via mds
    but when I open that page in Jdev it doesnt shows any options like
    status
    even I have open that page in xml also but still doesnt shows any options like status
    following is xml file
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- dbdrv: exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:~PROD:~PATH:~FILE &fullpath_~PROD_~PATH_~FILE -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/~PROD -rootdir &fullpath_~PROD_mds_directory
    -->
    - <page xmlns="http://xmlns.oracle.com/jrad" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:user="http://xmlns.oracle.com/jrad/user" file-version="$Header: VacSrchPG.xml 120.3 2006/04/27 09:08:34 gganesan noship $" version="9.0.3.8.7_942" xml:lang="en-US">
    - <content>
    - <oa:pageLayout helpTargetAppShortName="per" id="IRC_VAC_SEARCH_PAGE" akRegionCode="IRC_VAC_SEARCH_PAGE" regionName="Vacancy Search Page" shortDesc="Page to enable managers to search for vacancies" amDefName="oracle.apps.irc.vacancy.server.VacancySearchAM" controllerClass="oracle.apps.irc.vacancy.webui.IrcVacSearchCO" helpTarget="PER_vacancy_VacSrchPG" function="IRC_CM_VACANCY_SEARCH" windowTitle="Vacancies" title="Vacancies">
    - <ui:corporateBranding>
    <oa:image id="corporateBranding" source="/OA_MEDIA/FNDSSCORP.gif" />
    </ui:corporateBranding>
    - <ui:productBranding>
    <oa:image id="productBranding" source="/OA_MEDIA/IRCBRAND.gif" />
    </ui:productBranding>
    - <ui:contents>
    <oa:query mode="autoCustomizationCriteria" dispSimple="true" dispCustomized="true" prompt="Search" id="VacancySearchQuery" user:akAttributeCode="FND_NESTED_REGION1" user:akAttributeApplicationId="0" extends="/oracle/apps/irc/vacancy/webui/VacSrchQueryRN" />
    <oa:formParameter id="IrcAction" adminCustomizable="false" user:akAttributeCode="FND_ACTION_NAME" user:akAttributeApplicationId="0" />
    <oa:formParameter id="IrcActionValue" adminCustomizable="false" user:akAttributeCode="FND_PRIMARY_KEY_VALUE" user:akAttributeApplicationId="0" />
    <oa:formParameter id="IrcActionType" adminCustomizable="false" user:akAttributeCode="FND_ACTION_TYPE" user:akAttributeApplicationId="0" />
    <oa:formParameter id="IrcFunction" adminCustomizable="false" user:akAttributeCode="FND_FUNCTION_NAME" user:akAttributeApplicationId="0" />
    <oa:formValue prompt="IRC_VAC_SEARCH_FLEX_PAGE" id="VacancyIdFlexDrill" promptTranslationExpansion="100%" user:akAttributeCode="FND_LINK_1" user:akAttributeApplicationId="0" />
    <oa:formValue id="IRC_SEARCH_INSTR_TEXT" rendered="false" />
    </ui:contents>
    - <ui:copyright>
    <oa:messageStyledText id="ICX_COPYRIGHT" extends="/oracle/apps/irc/common/webui/StandardFooterRN.ICX_COPYRIGHT" />
    </ui:copyright>
    - <ui:privacy>
    <oa:link id="ICX_PRIVACY" extends="/oracle/apps/irc/common/webui/StandardFooterRN.ICX_PRIVACY" />
    </ui:privacy>
    </oa:pageLayout>
    </content>
    </page>

  • How to add drop down list for query manager report in sap business one

    Hi Every one,
    I need drop down list for parameter selection in sap business one Query Manager.I have two Parameters 'Sales Order','Invoice'.
    Please suggest.
    Thanks and Regards
    DEV

    Hi,
    you need to use this :
    /*select from [dbo].[OINV] T2*/
    DECLARE @Invoice varchar(100)
    /*where*/
    set @Invoice =/* T2.DocNum  */N'[%2]'
    you can change the tables and the parameter number but you have to write it exactly that way.
    when you run the query within the SBO you will get list of objects ( in this case list of invoices)
    hope it was helpful
    Shachar

  • How to add drop down list in toolbar?

    Hi SAP CRM Experts,
    After save the personalization of the view, there will be a drop down list appeared in the toolbar in the view, the drop value contain the personalization you just saved and the standard one.
    Could someone let me know how to enhance this functionality to create not only the view configuration but also customizing field drop down list?
    That means we want drop down list in toolbar which contain several options also it's value could pass to view controller.
    Thanks in advance...
    Tony

    Could someone kindly help?

  • How to Add Drop Down Menu to Other Pages from a Navigation Bar Title Link

    Hi,
    I am going thru ' Dreamweaver 8 Missing Manual', but I need some direction.
    Do I need to use Behaviors and Extension to accomplish this?
    cheers,
    Dreamer101.1
    My Naivation Bar looks Like this so far.

    Google "Server Side Include" and see if that gets you anywhere?
    It's not really a DW thing but it's a very popular way of doing what you want to achieve.  It's also a very efficient way to use your code.
    Martin.

  • How to put drop down in table control ?

    Hi All,
    I m writing one module pool program to edit table.
    I want dropdown to one field so that user can select the appropriate value. And also I want to save that record.
    So how to get the dropdown list and after editing that record how to save that in the database?
    Thanx in advance.
    -Umesh

    Hi Umesh,
    Please check this demo program RSDEMO_TABLE_CONTROL on how to add drop down list in table control. Also check this program DEMO_DYNPRO_TABCONT_LOOP_AT as well.
    To save to database you can code something like this in PAI.
    MODULE USER_COMMAND_0100 INPUT.
      SAVE_OK = OK_CODE.
      CLEAR OK_CODE.
      CASE SAVE_OK.
        WHEN 'SAVE'.
          MODIFY <database table> FROM TABLE <table control>.
          IF SY-SUBRC = 0.
          ELSE.
          ENDIF.
        WHEN OTHERS.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    Hope this will help.
    Regards,
    Ferry Lianto

  • How to create Drop down menu in the selection screen

    Hi all,
    How to create Drop down menu in the selection screen.
    Fast answer will be highly rewarded
    Regards
    Bikas

    hi ,
    TYPE-POOLS : vrm.
    TABLES:vbak,vbap.
    DATA : v(80) TYPE c.
    DATA: wa_vbak TYPE vbak,
          it_vbak TYPE vbak OCCURS 0 WITH HEADER LINE,
          wa_vbap TYPE vbap,
          it_vbap TYPE vbap OCCURS 0 WITH HEADER LINE.
      DATA: l_name TYPE vrm_id,
            li_list TYPE vrm_values ,
            v_count  TYPE i,
            l_value LIKE LINE OF li_list.
    PARAMETERS: p_test(20) AS LISTBOX VISIBLE LENGTH 60 MODIF ID DAT.
    INITIALIZATION.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM get_data.
      LOOP AT it_vbak.
        l_value-key =  it_vbak-vbeln .
        l_value-text = it_vbak-vbeln .
        APPEND l_value TO li_list.
      ENDLOOP.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_TEST'
          values          = li_list
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    AT SELECTION-SCREEN ON P_TEST.
      clear : li_list , li_list[].
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
    START-OF-SELECTION.
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
      LOOP AT it_vbap.
        WRITE :/ it_vbap-vbeln, it_vbap-matnr,it_vbap-meins.
      ENDLOOP.
    *&      Form  get_Data
          text
    -->  p1        text
    <--  p2        text
    FORM get_data .
      SELECT  vbeln
              FROM vbak
              INTO  CORRESPONDING FIELDS OF TABLE it_vbak.
    ENDFORM.                    " get_Data
    regards,
    venkat.

  • How to pass drop down selection to pay pal when "Add to cart" is clicked

    I have a drop down that is populated from my items table..
    the drop down displays fine and you can pick from any of them
    items.. issue
    im having is that i need that value passed to pay pal.. but
    if i select any
    of the items and hit the add to cart, the value that is being
    passed is the
    first one in the list all the time.. ( actually its not even
    the first one
    in the list ) its selecting the 2nd option which as seen
    below woudl be 94
    MVP instead of the blank value for the Please Select
    Here is my drop down code:
    <select name="item_name" id="extra">
    <option value="">Please Select </option>
    <option value="94 MVP">94 MVP</option>
    <option value="94/95 Champs">94/95
    Champs</option>
    <option value="HOF 08">HOF 08</option>
    <option value="94 Finals MVP">94 Finals
    MVP</option>
    <option value="Top 50">Top 50</option>
    </select>
    Here is my paypal code:
    <form target="paypal"
    action="https://www.paypal.com/cgi-bin/webscr"
    method="post">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="business"
    value=Request.Form("email")>
    <input type="hidden" name="item_name"
    value=Request.Form("item_name")>
    <input type="hidden" name="item_number"
    value=Request.Form("item_num")>
    <input type="hidden" name="amount"
    value=Request.Form("price")>
    <input type="hidden" name="currency_code" value="USD">
    </form>
    I have removed our personal account information from the code
    but provided
    the pieces that deal with the selection i have problems
    with..
    Can anyone offer any suggestions on where to look or add to
    my code to
    capture that value?
    ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio
    2008

    Here is the actual recordset code for that drop down..
    <select name="extra_inscript" id="extra_inscript">
    <option value="" <%If (Not isNull("extra_descrip"))
    Then If (""
    = CStr("extra_descrip")) Then
    Response.Write("selected=""selected""") :
    Response.Write("")%>>Please Select a
    Inscription</option>
    <%
    While (NOT reInscrip.EOF)
    %><option
    value="<%=cStr(reInscrip.Fields.Item("extra_descrip").Value)%>"
    <%If (Not isNull("extra_descrip")) Then If
    (CStr(reInscrip.Fields.Item("extra_descrip").Value) =
    CStr("extra_descrip"))
    Then Response.Write("selected=""selected""") :
    Response.Write("")%>
    ><%=cStr(reInscrip.Fields.Item("extra_descrip").Value)%></option>
    <%
    reInscrip.MoveNext()
    Wend
    If (reInscrip.CursorType > 0) Then
    reInscrip.MoveFirst
    Else
    reInscrip.Requery
    End If
    %>
    </select>
    On the page the drop displays all the items as shown below..
    but no matter
    which on you pick the value never gets passed to the shopping
    cart.. its
    always picking up the first one in the recordset..
    Can anyone offer any suggestions on how to capture the true
    value onchange?
    or select or whatever i can do to get it before the data is
    sent to paypal..
    ASP, SQL2005, DW8 VBScript, Access
    "Daniel" <[email protected]> wrote in message
    news:[email protected]...
    >I have a drop down that is populated from my items
    table..
    >
    > the drop down displays fine and you can pick from any of
    them items..
    > issue im having is that i need that value passed to pay
    pal.. but if i
    > select any of the items and hit the add to cart, the
    value that is being
    > passed is the first one in the list all the time.. (
    actually its not even
    > the first one in the list ) its selecting the 2nd option
    which as seen
    > below woudl be 94 MVP instead of the blank value for the
    Please Select
    >
    > Here is my drop down code:
    > <select name="extra_inscript" id="extra_inscript">
    > <option value="">Please Select </option>
    > <option value="94 MVP">94 MVP</option>
    > <option value="94/95 Champs">94/95
    Champs</option>
    > <option value="HOF 08">HOF 08</option>
    > <option value="94 Finals MVP">94 Finals
    MVP</option>
    > <option value="Top 50">Top 50</option>
    > </select>
    >
    > Here is my paypal code:
    >
    > <form target="paypal"
    action="https://www.paypal.com/cgi-bin/webscr"
    > method="post">
    > <input type="hidden" name="cmd" value="_cart">
    > <input type="hidden" name="add" value="1">
    > <input type="hidden" name="business"
    value=Request.Form("email")>
    > <input type="hidden" name="item_name"
    > value=Request.Form("extra_inscript")>
    > <input type="hidden" name="item_number"
    value=Request.Form("item_num")>
    > <input type="hidden" name="amount"
    value=Request.Form("price")>
    > <input type="hidden" name="currency_code"
    value="USD">
    > </form>
    >
    > I have removed our personal account information from the
    code but provided
    > the pieces that deal with the selection i have problems
    with..
    >
    > Can anyone offer any suggestions on where to look or add
    to my code to
    > capture that value?
    >
    >
    > --
    > ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual
    Studio 2008
    >

  • How to automate Drop Down menu in OpenScript

    Hello Team,
    Can someone help me in automating a drop down menu? The following is what I'm trying to achieve
    For iteration 1 the first value from the drop down menu should be selected, continue rest of the task as per the initial record
    for iteration 2 the second value from the drop down menu should be selected.. and so on till all the values in the drop down are selected.
    I guess we should use for loop? I tried most of the option as per the user guide but unfortunately I wasn't able to crack it :( can some one tell me what to do from the Tree view of the openscript? Alex (guru) can you please throw some light on this :)
    N.B: I was able to make a field data driven!
    Thanks

    Hello,
    Thanks for your reply, please find the drop down box record script. From the below you can see first I selected Accounting from the drop down & then later i selected Administration..similarly if i want to select all the values from the drop down what do i need to do? Do i add a for loop? if yes where do i add them from the Tree view & how. I somehow can't understand the user guide. Or maybe Im not thinking right! Kindly help. I have figured out how to run data driven test from an input file, however in this case I can't possibly add all the values from the drop down in an input file also that approach isn't healthy!
                   web
                             .selectBox(
                                       5,
                                       "/web:window[@index='0' or @title='SEEK - Australia&apos;s no. 1 jobs, employment, career and recruitment site - Microsoft Internet Explorer']/web:document[@index='0']/web:form[@id='layout' or @name='layout' or @index='0']/web:select[(@id='catindustry' or @name='catindustry' or @index='0') and multiple mod 'False']")
                             .selectOptionByText("Accounting");
                             .selectBox(
                                       16,
                                       "/web:window[@index='0' or @title='SEEK - Australia&apos;s no. 1 jobs, employment, career and recruitment site - Microsoft Internet Explorer']/web:document[@index='0']/web:form[@id='layout' or @name='layout' or @index='0']/web:select[(@id='catindustry' or @name='catindustry' or @index='0') and multiple mod 'False']")
                             .selectOptionByText("Administration");

  • How to make drop down menu

    Hi,
    Iam just wondering if somebody can tell me how to make drop down menus....or direct me to a URL so that i can get some sample code for how to make drop down menus like this:
    + drop down
    abc
    + first
    + second
    - third
       third-des
       third-des2
    i would really appreciate it.
    thanks all.
    -sangita

    Hi,
    something is working .....thanks.
    I have created a java class file as shown below and i did able to run it.........:)
    here is my code:
    package AppMirror;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class MenuLookDemo {
        public JMenuBar createMenuBar() {
            JMenuBar menuBar;
            JMenu menu;
            JMenuItem menuItem;
            //Create the menu bar.
            menuBar = new JMenuBar();
            //Build the first menu.
            menu = new JMenu("Menu Label");
            menuBar.add(menu);
            //a group of JMenuItems
            menuItem = new JMenuItem("Item Label");
            //menuItem.addActionListener(actionListener);
            menu.add(menuItem);
            return menuBar;
        public static void main(String[] args) {
            //Create and set up the window.
            JFrame frame = new JFrame("MenuLookDemo");
            //Create/set menu bar and content pane.
            MenuLookDemo demo = new MenuLookDemo();
            frame.setJMenuBar(demo.createMenuBar());
            //Display the window.
            frame.setSize(450, 260);
            frame.setVisible(true);
    but when i see the applet, it doesn't look the one i wanted to see......
    this shows the top menu bar ....but not the + drop-down.
    any ideas ???
    sorry, i don't know anything about swings, applets.....

  • How can I get a drop-down list selection also be selected in another field with the same list but a different name?

    I have a street address and a billing address. A question is posed with a checkbox — "Is the billing address the same as the street address?" If Yes is checked, the street address automatically fills the billing fields. If No is checked, the user must fill in new information. In both the street address and billing addres, the State field is a drop-down list. How can I get the drop-down list selection in the street address State also be selected in drop-down list for the billing address State?

    Has anyone done this?

  • How To Create Drop Down Menu With Tab

    hi
    How To create Drop Down Menu with tab in Header of application like website Horizontal Dropdown Menu In html.
    Thanks
    Manoj
    Edited by: Manoj Kaushik on Dec 30, 2009 4:16 AM

    Try the Apex forum {forum:id=137} someone there may have an answer.
    Which version, that could be important, XE out-of-the-box has apex 2.1 if it hasn't been upgraded to 3.x

  • How to create Drop-Down with Function Module REUSE_ALV_GRID_DISPLAY

    Hi Experts,
    I have used Reuse_alv_grid_display function module in my report for ALV output. I have a requirement to add drop down in one cell of my output. I have searched but all are suggesting through OOPS programing that I can not use.
    If it is possible with the given scenerion , please help me how to write the code for it?
    Thanks a bunch in advance.

    Hi,
    You can check demo programs:
    BCALV_EDIT_06
    BCALV_EDIT_07
    Hope it helps
    Regards
    Mansi

  • When I double-click the gold star to bookmark a site and click "Choose", none of my current folders appear in the drop-down under Bookmarks Menu.

    Running 3.6.12 on Windows XP in my brand-new HP 6000 Pro, and when I double-click the gold star to bookmark a site, 5 of my 80-odd folders appear in the drop-down under Bookmarks Menu. But then, when I click "Choose", no list of current bookmarks appears, so I have to bookmark every time under "Unsorted", then drag each bookmark to its correct folder. What am I doing wrong? I use Firefox on my other 2 systems, and every folder appears on the drop-down, just like it should.

    I don't use Xmarks, so I don't know whether that is a factor here...
    If you use Ctrl+d on a bookmarked page, does the Edit Bookmark dialog appear?
    Firefox doesn't have a convenient way to determine the location of a bookmark. One workaround is to use the extension [https://addons.mozilla.org/firefox/addon/show-parent-folder/ Show Parent Folder] to add a column in the Library dialog showing the location of a bookmark. Then when you use the search function or Recently Bookmarked query, you should be able to discover the location.
    The extension shows just the folder name by default. If that isn't unique enough, you can change a setting for the extension so it shows the full path down to that folder. To set this, open the Add-ons page, Extensions category, and use the Options button for Show Parent Folder.

Maybe you are looking for

  • Aperture 3.1 edits don't show up in iMovie '11

    I am new to Aperture. I am creating a movie with still shots in iMovie. In the photo browser I can select a photo and then click "Open in Aperture". I've done this and edited my photo. But the edits do not show up in iMovie -- even after closing and

  • Desktop agent keeps initalizing, cannot uninstall either

    For a few weeks now my Desktop agent keeps initalizing and it kicks me out of the supervisor console. When I try to install another version it says "A conflicting application has been detected. See product documentation for a listing of valid configu

  • Database Connector Error : when refreshing the crystal report in Infoview

    Hi,     I've created a crystal report on SAP R/3 tables and the report is refreshing fine in my local system. But however when I publish the report to the BOE, and when I try to refresh the report it gives the error: Error in File <file name>: Databa

  • Print web page

    there appears to be no communication between web pages and my printer. There is when using standard programs such as Microsoft Word or other installed programs. Is there a simple setting I've missed?

  • How to change value of constant for "Disabled" Property Node?

    Hello all, I'm attaching a vi example of what I'm wanting to do. It is happening during the event for "Left Selectorrogrammed 1: Value change. Basically I've created a property node for a LED boolean control. After it is clicked, I am wanting to disa