Simple drop-down list (not navigation)

Hi all.
I must admit that I am more versed in Flash that I am unfortunately in Dreamweaver. I'm building a Web site from this time, and I have a menu drop-down. I need for this drop down menu to post a link to other pages when a menu item is selected and you press go (positioned next to the menu) button (a bit like in the drop-down menus on this site). Someone will walk me please how to do something like that? I hope it's quick and easy. Thank you!

Use the menu on the rerouting of DW. Or download the JumpMenuMagic of PVII extension -.
http://www.Projectseven.com/

--
Murray - ICQ 71997575
Adobe Community Expert
(If you * MUST * write me, don't don't LAUGH when you do!)
==================
http://www.dreamweavermx-templates.com - template Triage!
http://www.projectseven.com/go - DW FAQs, tutorials & resources
http://www.dwfaq.com - DW FAQs, tutorials & resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Sugaplum" wrote in message
News:eeqvrd$3ov$1@forums. Macromedia.com...
> Hello all.
> I must admit that I am more versed in Flash in Dreamweaver
> Unfortunately. I'll build a Web site from this time, and I'm a drop of water
> down
> menu. I need for this drop down menu to post a link to other pages when a menu
> the next item
> selected and (a bit on the go button (positioned next to the menu)
> as
(> the menu drop-down menus on this site). Someone please guide me how
> to
> go do something like that? I hope it's quick and easy. Thank you!
>

Tags: Dreamweaver

Similar Questions

  • How can I change the automatic country setting that is displayed in the payment gateway billing address? There is only one country in the drop-down list, not my current country

    How can I change the automatic country setting that is displayed in the payment gateway billing address? There is only one country in the drop-down list, not my current country

    A few changes/Verify account https://forums.adobe.com/thread/1465499 links that can help

    -html http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id.

  • How to fill two text fields based on a simple drop down list

    I'm trying to set up a form so that the two text fields will fill with a text by default (separate for each text field) at the same time.

    Here is a screenshot of the fields.

    Thus, for example, if I select Utah in the drop-down list in 'State', ' OH Fund Center "is automatically filled in with APWSWR4949 and"OH WBS"is automatically filled in with WR49.73.0003.

    I have a similar script for down text in form fields, but the script does not work.  I tried the following script:

    var v1 = this.getField("RecState").valueAsString;

    If (v1 == "Utah") event.value = APWSWR4949;

    else event.value = "";

    However, it would not AutoFill OH Fund Center area.  And I have no idea how complete both fields at the same time.

    Any help would be greatly appreciated.

    Thank you!

    Crystal

    Strings must be enclosed in quotation marks. So change your code:

    var v1 = this.getField("RecState").valueAsString;
    if (v1=="Utah") event.value = "APWSWR4949";
    else event.value = "";
    

    If it works, then you can use code similar to your other field.

  • Question in the simple drop-down list spark

    Hello

    In my interface, I have a drop-down list. When the user changes the value, I'm throwing up a warning window ("are you sure...'") because the change has a ripple effect. Everything works fine except when the user makes a selection in the alert window, the drop-down list remains open. I tried the "closeDropDown" method, but that doesn't seem to work. I thought it's maybe due to the Alert control, but I don't know.

    Any help or a little nudge in the right direction I can find an answer would be appreciated.

    You can try waiting for the close event set up the alert.

  • Drop-down list not reset default

    I can not get the dropdown to work as I need. All things considered, this seems to be the best control for what I need but I can't seem to restore the default option.

    When an option is selected, I perform an action in a text window. It is very good. But the option is selected, and if I want to perform this same option, once again, the request is ignored. Choose another option then go back and it's ok.

    What I want to do is a default option, just "select an option" is displayed after each selection.

    I can't understand any combination of sets/resets option indexes or slots that will do that for me.

    Well I just tried to not delay reset.

    No doubt you've already tried this, but only to avoid you through all combos yet would be some sort of delay (possibly QTimer like eloise suggested) into the slot of onSelectedIndexChanged drop-down setting SelectedIndex = - 1;

  • How to produce a drop-down list simple code description for the OPS?

    I'm sorry this is a basic question, but I tried for days, and I see nowhere else to find an answer.

    I need a simple drop-down list, not a search. Here is the list account 10 or if items. It is based on a view that contains a code value, and a description. I want that all the descriptions to be available at all times. Just click on the arrow, and the entire list is displayed. When the user selects an entry, the code associated with the discription fills a related attribute.

    Can someone please tell me how I can produce such a simple thing, or point me to the documentation?

    Thank you.

    Hello

    not sure OFA's lists-driven model, but it's how solve you that problem in the ADF. For OAF related issues, please see the OA framework

    Frank

  • Custom image drop-down list appears not appropriate on Blackberry 9000 Simulator

    Hello

    I created the custom in my code drop-down list. my code works fine for other simulators.

    But when I tried to run on Blackberry 9000 Simulator from the drop-down list not shown correct image he cuts half the size of the image.

    I check my code, I did not manually height for the drop-down list.

    Please tell me why image appears not appropriate Simulator 9000.

    Welcome to the forums.

    I'm guessing that you don't know how to use the insert of Code button.  If you look at the top of the editing window, you will see a number of options for formatting such as police.  Look to the right and there are two buttons, one is used to insert the code.  Hover over the buttons and you will see a description.  Press the button insert the Code, add your code and you will see something like the following:

        public void drawListRow(ListField list, Graphics g, int index, int y, int w) {
            Bitmap bitmap = Bitmap.getBitmapResource(arrowBitmapName);
            int fontWidth = getFont().getAdvance(text);
            int width = Display.getWidth() ;
            int height = list.getRowHeight();
            g.setColor(Color.BLACK); g.setFont(fontPlain);
            g.drawBitmap(0,0, bitmap.getWidth(), bitmap.getHeight(), bitmap, 0, 0);
            g.drawText(text, 3, y-drptextHeight, 0, w);
        }
    

    I think it's the routine that you use to draw each line of your drop...

    I recommend that move you as much code as you can out of this method.  It's called very often.  Creating a Butmap here, which is an expensive operation, is not a good idea, especially when the Bitmap image in reality does not change.  So create once and use it in the drawListRow.

    Also use the parameters that are passed.  The width you have to paint is given in the parameter, and perhaps not the same as the actual display width.

    In any case, this code draws the Bitmap to (0, 0).  I susspect should be at (0, y).  This could explain why it is not drawn correctly.  You seem to have a similar problem with the text.

    The drawListRow is assigned a value of 'y' and should paint from y to y + listField.getRowHeight ().  But in fact drawListRow has access to the area of the entire painting, so can do too much else.  You must code your method correctly to get good results in your list.

    Hope this helps, if not, please post your code so we can actually read.  In fact, as I say to others, do not post your real code.  Create a simple example that we can run illustrating your problem.  Then everything can run your example and see the problem.  Never stick all your code.  People are put off by the number of lines of code.

  • Is it possible to add images/icons for a drop-down list box?

    I have created a form with several fields of text. The customer wants to be able to 'mark' some/all the of them with an icon (until there are only two icons of your choice)

    Due to the limit "real estate" on the form, it would help a lot if I could add these icons to a simple drop-down list. Unfortunately, I found no way to do it.

    Such an option exist?

    ... and if so, how?

    Thanks for any help or information

    No, but you can use a button to display images/graphics. If you are using JavaScript (for example, app.popUpMenuEx) to view the selections of text after you click the button, the script will mark the button icon to the corresponding selection. There are other similar types of things that would make with the buttons, but all rely on JavaScript. Note that this type of approach does not work on most mobile PDF viewers and not Adobe PDF viewers.

  • currentValueIndices drop-down list?

    Hello

    It's late and I'm losing my mind over this stupidly simple problem. Please give me my sanity back and help me to know what I'm doing wrong.

    I have a simple drop-down list with several elements. The drop-down list does not allow the user to enter text and the willingness to engage immediately is checked.

    I'm trying to change another object when a selection is made. I have this case, I want to display in the box to "test" the index of the selected drop-down list.

    In the key Format sequence / measure/custom, I have the following:

    If {(event.willCommit)

    this.getField("Test").value is this .getField ("DropBox") .currentValueIndices;.

    }

    The problem is whenever I select a new value from the dropbox, Test becomes the previous Index value, not new one selected.

    Same result if I use event.change instead of currentValueIndices.

    What should I use to get the new value of index of the selection when a selection is made/cons?

    Thank you

    Try this in the custom script typo (or custom validation script) from the drop-down control:

    if( event.willCommit ) {
        this.getField("Test").value = event.target.currentValueIndices;
    }
    

    Otherwise, use what the calculation script customized to your target domain:

    event.value = this.getField("Dropdown1").currentValueIndices;
    
  • Yes/No drop-down list 11g

    Hi all
    Am creating a new table, and I was just wondering if a field could be a simple drop-down list (Y/N)?
    Any ideas?

    Thank you

    1 Select the item in the navigation object, and then access the property palette to see the properties of the elements.
    2. click on the type of property (property of the top and it for "Listitem" the second)
    3 set the property 'Listtype' to 'Poplist.
    4. navigate to the property "of the elements in the list" and press the button that is displayed when you click the property
    5. in the next dialog box, enter the Top of the values that should be displayed to the user (for example 'Yes' and 'no') and for each value, enter the value-db according to, which must be stored in the database (for example, 'Y' and 'n', in the field below the list.)

  • Drop Down List index - my script does not recognize the leader line in my function

    Community AE script-

    I'm a designer not a programmer naked with me.  I just try something simple, no baby and I cannot for the life of make me this simple script to work.

    I saw the script adds FAST and thought I would try to imitate this script for me as a challenge.  I watched videos of David Torno on Pro video Coalition and a simple example Script UI.  I searched for my answer on these here forums and tried to combine a simple script to examples within these forums and may not have to recognize clues to my drop-DOWN LIST down.  Here's my simple script:

    {

    function myScript (thisObj) {}

    function myScript_buildUI (thisObj) {}

    var myPanel = (thisObj instanceof Panel)? thisObj: new window ('palette', 'Add', undefined, {resizable: true});

    res = "group {orientation: 'row', alignment: ["fill","fill"] alignChildren: ["fill","fill"],------}»

    groupOne: group {orientation: 'row', alignment: ["fill", "fill"] alignChildren: ['fill', 'top'],------}

    myStaticText: StaticText {text:'New:'}, \

    myDropDownList: DropDownList {properties: {items: ['solid', 'Light']}}, \

    },\

    groupTwo: group {orientation: 'row', alignment: ["fill", "fill"] alignChildren: ['fill', 'top'],------}

    MyButton: button {text: 'Add'}, \

    },\

    }";

    myPanel.grp = myPanel.add (res);

    Default values

    myPanel.grp.groupOne.myDropDownList.selection = 0;

    myPanel.grp.groupTwo.myButton.onClick = myButtonClick;

    Design of Control Panel

    myPanel.layout.layout (true);

    myPanel.grp.minimumSize = myPanel.grp.size;

    Make the resizable Panel

    myPanel.layout.resize ();

    myPanel.onResizing = myPanel.onResize = function() {this.layout.resize ()};

    Return myPanel;

    }

    function myButtonClick() {}

    var app.project.activeItem = myComp;

    If (myComp! = null & & myComp instanceof CompItem) {}

    If (myPanel.grp.groupOne.myDropDownList.selection.index == 0) {}

    myComp.layers.addSolid ([0,0,0], "MySolid", myComp.width, myComp.height, 1)

    } Else if (myPanel.grp.groupOne.myDropDownList.selection.index == 2) {}

    myComp.layers.addLight ("Light", [myComp.width/2, myComp.height/2]);

    }

    }

    }

    Make a floating window

    var myScriptPal = myScript_buildUI (thisObj);

    If ((myScriptPal! = null) & & (myScriptPal instanceof window)) {}

    myScriptPal.center ();

    myScriptPal.show ();

    }

    }

    myScript (this);

    }

    If I comment out the lines

    If (myPanel.grp.groupOne.myDropDownList.selection.index == 0) { and If (myPanel.grp.groupOne.myDropDownList.selection.index == 1) { }}

    the script will add the SOLID and LIGHT.  But it will never work with these active lines - Add button does nothing.

    I could just make use of onChange with the drop-down list, but I want to understand how onClick actions of connection in the drop-down list.

    I copied this piece of the forum script and modified to work with my script, but nothing seems to work:

    buttonOne.onClick = onButtonOneClick;

    function onButtonOneClick() {}

    If (myPalette.dropdownlistOne.selection.index == 0) {}

    to do this

    } else {}

    This instead

    }

    }

    Can someone take a look at my script at the top of the page and tell me why this won't work?  I pretty much pulled out the last piece of hair I have on this - simple problem?

    Thank you in advance.

    Your click of button function does not know what "myPanel. You could do something like this inside the function:

    var this.parent.parent.parent = myPanel;

    There are other ways to do it, maybe as a global variable that maintains the reference of the Panel.

    In addition, your second if looking for selection.index == 2 instead of 1.

    Dan

  • ComboBox drop-down list is not updated

    Hi all!

    I have a problem of the comboBox. Please test this simple code:

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="vertical" "
    creationComplete = "init ()" >

    < mx:Script >
    <! [CDATA]
    Import mx.collections.ArrayCollection;

    [Bindable]
    private var dp:ArrayCollection;

    private function init (): void
    {
    DP = new collection ArrayCollection (["one", "two"]);
    }

    []] >
    < / mx:Script >

    < mx:ComboBox id = "cb" dataProvider = "{dp}" / >
    < mx:Button label = "click me" click = "dp = new collection ArrayCollection (['three', 'four']); dp.refresh ()" / >
    < / mx:Application >

    What is happening is that the drop-down list of the combobox control does not display the new values. I guess that I forgot something here.

    Any advice?

    Thank you!

    Dany

    Hey did you see this post:

    http://forums.Adobe.com/thread/670510?TSTART=0

  • Why has the drop-down list of search engines under a simple list to a field of identical icons?

    Until the most recent update from the drop-down list of the available sites in the search box was easy to read and simple to use. Being able to target its research so easily and conveniently was one of the attractive features of Firefox.

    Now, I am faced with a range of more often indecipherable and in many icons that can lead to confusion of case. I hate it and I want my simple ad verbal back!

    Yes, mousing over the icons and hovering will reveal what they represent. But to have to do this each time which was a quick routine and practice irritating slow and clumsy.

    Please give us at least choose to have icons or a list. Please...

    Open Subject: config and toggle this false preference

    browser.search.showOneOffButtons

  • Mail signature drop-down list is not displayed

    Hi all, I have a problem using Mail v9.3 with OS X El Capitan v10.11.5 because it is not display the drop-down list of signatures in the new email or reply/forward an email windows.

    I checked all the Mail preferences, and I see all the associated parameters.

    Can someone help me?. Thanks in advance.

    Please take these steps to remove the mail folders 'sandbox '.

    Step 1

    Back up all data.

    Triple-click anywhere in the line below on this page to select this option:

    ~/Library/Containers/com.apple.mail

    Right-click or Ctrl-click on the highlighted line and select

    Services ▹ Reveal

    the contextual menu.* A Finder window should open up with a folder named "com.apple.mail" selected. If this is the case, move the selected folder - not only its content - on the desktop. Open the window Finder for now.

    Log off or restart the computer. Launch Mail and test. If the problem is resolved, you may have to re-create some of your e-mail settings. Any writing paper custom that you created may be lost. Ask for instructions if you want to keep these data. You can then delete the folder that you moved and close Finder.

    CAUTION: If you change the content of the sandbox, but leave the folder itself in place, Mail may hang or starts any. Remove the tray to sand everything will be rebuilt automatically.

    Step 2

    If step 1 does not resolve the problem, repeat with this line:

    ~/Library/Containers/com.apple.MailServiceAgent

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • ComboBox drop-down lists appear not at all.

    From the drop-down lists 16 FF ComboBoxes stopped to appear. I click on the element < select > on the page, but it does not display the list of < option > elements. I so use the keyboard to select an option. This always happens on all, totally ALL the internet sites.
    I tried different versions of FF: 16,17,18,19, or 22 (all night), but no difference. Other browsers show ComboBox dropdown lists correctly.
    I tried the solution on your forums, but the suggestions I've found (like disabling hardware acceleration or reload cache) did not help.
    Tell me please, how it can be fixed. Thank you.

    OK, I know where is the problem now. I have an Actual Windows Manager program changes windows rendering, so comboboxes firefox window do not work.

    The heart of the problem is the ability to place windows to some monitor at startup, it crasges comboboxes.

    So sad. Thank you all.

Maybe you are looking for