Generating pop-up menu?

i want to generate a pop-up menu which consists of data residing in the database. i don't know how to generate a pop-up menu. help me.....

Good luck!
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================
"Fat Bloke" <[email protected]> wrote in
message
news:e2beru$ki9$[email protected]..
> Murray, thanks for that it is very interesting.
>
> fat bloke
>
> --
>
> Murray *ACE* wrote:
>> First of all, you have to read this -
>>
>>
http://apptools.com/rants/jsmenu.php
>>
http://apptools.com/rants/menus.php
>>
>> Those DW pop-up menus are just deadly.
>>
>> Then read this -
>>
>>
http://www.projectseven.com/support/answers.asp?id=153
>>
>>
>> "Fat Bloke" <[email protected]>
wrote in message
>> news:e2a49c$qj4$[email protected]..
>>> Pop up menu help
>>>
>>>
>>>
>>> Hi, I have made a pop up menu in Dreamweaver 8
using the "behaviour"
>>> command and it works well in Firefox, however
when I test it in IE6
>>> I keep getting the IE security bar opening on
the top of the page
>>> saying "To help protect your security, Internet
explorer has
>>> restricted this file from showing active content
that could access
>>> your computer" I know how to switch it off in my
computer, but other
>>> people would
>>> probably not want to continue viewing the site
when a security
>>> warning has come up. How do I produce a popup
menu like this
>>>
>>>
http://www.smartwebby.com/
"top options" without getting the
>>> warning? Thanks
>>>
>>>
>>> --
>
>

Similar Messages

  • Retaining overstate in Fireworks 8 generated Pop-Up Menu

    Hi all,
    Some of you may be aware of the small JavaScript changes that
    you can make to the Fireworks generated code when building a Pop-Up
    menu that allows the overstate of the active frame image to be
    retained when mousing over a pop-up item.
    I have used this code successfully with menu items that all
    gererate a pop-up menu. However, when modifying the code
    (basically, cutting the function MM_swapImageRestore(); from the
    html page and placing it in the js file) when I have one or more
    menu item that don't spawn pop-up sub menus the non-pop-up spawning
    menu item upsets the code behavior.
    On mousing from a pop-up spawning menu item directly onto a
    non-pop-up spawning menu item the pop-up spawning item retains its
    overstate fram image and does not carryout the swapImageRestore();
    function.
    Does anyone know the JavaScript code adjustments that are
    necessary to allow the mixing of pop-up and non-pop-up spawning
    menu items that allow the frame image overstate to be preserved
    when mousing onto a spawned pop-up menu?
    Thank you for any comments or suggestions.
    PS I don't need other pop-up menu suggestions as I am
    concentrating on solving this specific issue with this post.
    Thanks.
    Nick Barling
    barkingweb.com

    Talking to myself again. After a week of defining silence I
    take it that no one knows the solution to this problem? Well, I
    have solved the problem with a bit of code manipulation and the
    menus work very well now.

  • Pop up menu on right clicking an image?

    Hello,
    I am new to LabWindows/CVI. 
    Requirement: "To get a pop-up menu on right clicking on image"
    Right now, I display my images in window numbers (0 - 15). Is it possible to be able to get a pop-up menu on right clicking an image window. If yes, how? If not, could you please suggest other methods to achieve this task? Should I display the image in a separate parent panel for example? How could I do this?
    Any help would be great.
    Cheers

    I would use the code generator for right click event. then fill it up with whatever code you want under right click case. You can access these when you double click your UIR file, then on the top of the page click Code\Preferences\Default... then choose desired events for picture then go to Code\Generate\all callbacks and skip through the ones you don't want to be replaced.

  • Smart way to auto update pop-up menu in nav bar?

    Smart way to keep updating pop-up menu in Nav bar ?
    I created a template in DW 8. It is used to generate many
    other pages for the site. only the page content region is editable.
    There is a nav bar in the template. Some buttons of the nav bar
    display pop-up menu when MouseOver . Those pop-up menu need to be
    changed from time to time. What is the best way to automatically
    update the pop-up menu in those templated-generated files, using
    template (I tried to define the nav bar as editable region,
    modified the pop-ups and saved the template. I got a lots of
    unexpected problems, DW8 even crashed), using libray items or
    something else? I am a relatively new DW developer. Much appreciate
    if someone could help.

    If the navigation is in a non-editable region of the
    template, then changes
    to it will propagate automatically to all child pages - are
    you not seeing
    that happen?
    > I tried to define the nav bar as editable region
    You wouldn't usually want to do that.
    > I got a lots of unexpected problems, DW8 even
    > crashed
    You must have made other errors. Doing something like this
    would surely not
    crash DW.
    The only problem with having the navigation in the
    non-editable region of
    the template is that a change to it will touch *every* file
    in the site,
    each of which must then be uploaded again. To solve this
    problem you can
    use server-side includes for the navigation. Then you would
    make your
    change to the include file, upload it, and all pages would
    reflect that
    change.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "lakeleman" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    Smart way to keep updating pop-up menu in Nav bar ?
    > I created a template in DW 8. It is used to generate
    many other pages
    > for
    > the site. only the page content region is editable.
    There is a nav bar in
    > the
    > template. Some buttons of the nav bar display pop-up
    menu when MouseOver .
    > Those pop-up menu need to be changed from time to time.
    What is the best
    > way to
    > automatically update the pop-up menu in those
    templated-generated files,
    > using
    > template (I tried to define the nav bar as editable
    region, modified the
    > pop-ups and saved the template. I got a lots of
    unexpected problems, DW8
    > even
    > crashed), using libray items or something else? I am a
    relatively new DW
    > developer. Much appreciate if someone could help.
    >

  • Pop-up menu feature and IE issues

    I am using Firework MX 2004, Version 7.0 Build 288, to create drop down menus using the “Pop-up Menu” feature. The pop-up menus that I create work great in Netscape and Firefox, but fair in IE 6.0. The pop-up menus appear under certain elements such as select boxes in IE 6.0. I have read and tried some of the solutions on Blogs in regard to setting the z-index in div tags, but to no avail. Any help or work around would be greatly appreciated! Unfortunately, the huge company I work at switched from Netscape to IE 6.0 as the corporate platform, and I don’t have the patients to upgrade Fireworks if that is the solution. The last time I upgraded from Fireworks 4 toFirework MX 2004 the Macromedia Tech Support area had to e-mail me special registry entries for the product registration to work, and it took a very long time. I still have the emails to remind me of the pain. Thanks William!

    I found this:  http://kb2.adobe.com/cps/158/tn_15842.html
    And this:
    Fireworks generated html and javascript calls its layers with a z-index beggining with a value of 1. Try doing a search of text external JS file and you will see your menus.
    I would rename the offending layer that runs over the top of the menu layers in the with z-index:0
    Also this:  http://www.adobe.com/devnet/fireworks/articles/fw8_popups.html
    Hope something here works, that being said...the menus from that version arenb't very good. a better solution is CSS menus. A quick solution is from Project Seven here:http://projectseven.com/products/menusystems/pmm2/index.htm for $95. It's a DW extension and simple to use. Alkso compatiple with most browsers.

  • Pop Up Menu Question

    I can generate pop up menus in fireworks, transfer to dreamweaver and they work fine, except; I can't figure out how to change the menu item with the mouse over as the mouse moves over the menu word (like change the text or background color). Can I do this? I am using CS3 on dreamworks and fireworks. I have looked at spry and based on what I have seen, I do like as well as using fireworks.
    Thanks

    Sounds like you need only one popup. Column B (what you called "column 2") should either be a nested IF statement or a lookup function. The lookup functions are cleaner than a nested IF statement but here is an IF statement anyway:
    =IF(A=123,"Job 1",IF(A=342,"Job 2",IF(A=654,"Job 3","")))

  • Can I have a pop down menu on the left and then text fields directly to the right? I can only get them to be one above the other.

    Hi All,
    I am building a form and would like to create a pop down menu on the left (and ideally with the options being colour boxes boxes but this does not seem possible), and then have three text separated text lines on the right of the pop down menu for notes related to the pop down choices.
    Do you know if this is possible?
    Thanks,
    Matt

    It sounds like you're creating the form in FormsCentral. You have limited options in the FormsCentral designer as far as layout. You can place multiple fields on a line, or one field per line. If you create the design/layout in a program like InDesign or Word, generate a PDF, and add the fields form in Acrobat, you have complete flexibility over the placement of the fields.
    The items in a dropdown field are limited to text that are all the same color.

  • Pop up menu into dreamweaver.

    I have my hotspot with pop up menu etc, bvut how do i export it to dreamweaer so that it works.
    Please help.

    In all honesty, do not use the FWs generated popups .  Create your buttons in FWs, but build the menu in Dreamweaver, or use a third party  site to help you build a CSS dropdown menu.
    Here's why:
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    http://apptools.com/rants/jsmenu.php
    http://apptools.com/rants/menus.php
    Here are other ways to create dropdown menus:
    Basic css menus: horizontal / vertical:
    http://css.maxdesign.com.au/listamatic/index.htm
    CSS Dropdown menus by Suckerfish:
    http://www.htmldog.com/articles/suckerfish/dropdowns/
    Spry  Menus: - already included with CS4
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS8B985763-4DFA-4415-B242-B2C 2D7DED657a.html
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt5_03.html

  • Pop up menu with rollover images?

    I have created a standard pop up menu in behaviors... is it
    possible to have images appear as the pointer is rolled over the
    individual pop up menu items? or should I be using fireworks to
    create an advanced pop up menu?
    Many thanks for any help you can give me!
    John.

    >I have created a standard pop up menu in behaviors... is
    it possible to
    >have
    > images appear as the pointer is rolled over the
    individual pop up menu
    > items?
    Yes, look in behaviors
    > or should I be using fireworks to create an advanced pop
    up menu?
    NEVER! use fireworks to generate code. You'r just asking for
    trouble down
    the line.

  • Reference pop-up menu

    Hello,
    I'm trying to create an auto generating invoice with NUMBERS. I've a list of services (virus removal, diagnostic, tuneup..etc) and a list of prices for those service. On the Invoice sheet under A1, I want to be able to choose from a pop-up menu one of these services AND automatically generate the price under B1.
    I'm guessing I would need two separate sheets: one to pull info from, and one to design the invoice on and generate the data.
    I just don't know how to: build sheet1 to make prices correspond to their services since they are on different lists
    or how to build sheet2 in a way to pull the data from sheet1 using pop-up menu to be displayed in A including the prices to be displayed in B automatically.
    Thanks in advance.

    Hi us_heart,
    Two Tables. Price List (with made-up prices) and Invoice. Pop-up menu is Cell A2 of Invoice.
    Formula in Cell A2 (oops, B2) of Invoice table is:
    =VLOOKUP(A2,Price List :: A:B,2)
    Now you can make the Invoice table look pretty.
    In Numbers, click on the Function Button in the Toolbar to see details of functions.
    The Number'09 User Guide is a good read. Available from the Help Menu in Numbers.
    Regards,
    Ian.
    Message was edited by: Yellowbox. Formula in Cell A2 (oops, B2) of Invoice table is:

  • Is it possible to build pop-up menu on nav bar in a template??

    Is it possible to build pop-up menu on nav bar in a
    template??
    There is anybody who built pop-up menu on nav bar in a
    template, made changes to the pop-up menu and successfully updated
    the pop-up menu in all files that are generated from the template?
    I wanted to do this, but failed. So, I would appreciate your tips
    if you have done that successfully.

    I have. It's so troublesome, awkward, and arcane, I don't
    suggest anyone
    use these menus.
    You might be interested in what the programmer who adapted
    this code for
    Macromedia has to say about these menus -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are much better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "lakeleman" <[email protected]> wrote in
    message
    news:eqqp1t$pjn$[email protected]..
    >
    Is it possible to build pop-up menu on nav bar in a
    template??
    >
    > There is anybody who built pop-up menu on nav bar in a
    template, made
    > changes
    > to the pop-up menu and successfully updated the pop-up
    menu in all files
    > that
    > are generated from the template? I wanted to do this,
    but failed. So, I
    > would
    > appreciate your tips if you have done that successfully.
    >

  • Using COUNTIF on time values in pop-up menu (employee schedule template)

    I have modified the Numbers employee schedule template to my liking and it works very well. I would like to add a column to the beginning which shows, at a glance, how many people I have scheduled for AM shifts and PM shifts on a given day. My AM shifts start at 9:00 AM and my PM shifts end at 6:30 or 8:30 PM.
    So I thought I could use COUNTIF, but after I set the array, I cannot get the condition right to return anything except "0". How do you make it detect the appropriate times? The times in each cell for In and Out times are selected using a pop-up menu, just like the template.
    Here is what I tried: =COUNTIF(E3:AE3,"9:00 AM")
    What should the condition be to return a proper count?

    ac,
    You shouldn't feel badly about having trouble with this template. It is a rather tricky one. The values in the Pop-Up menus are Date/Time values. That is to say, they have year, month, day, hour and minute components, even if only the hours and minutes are displayed. So if you only compare to the hours and minutes, you will never get a match.
    I don't know if you have experienced this yet, but when you changed the Pop-Up menu content, you probably entered the current year, month and day unknowingly and will have trouble doing math against the Pop-Up content that was originally in the template.
    My suggestion in your case would be to convert the time references to decimal hours before doing a comparison. For instance, if the time you wish to compare to is in cell C4, you could extract the decimal hours with =HOUR(C4)+MINUTE(C4)/60
    Remember that the hours will reflect a 24-hour day, so times in the afternoon will run from 12.0 to 23.99...
    Then after converting to decimal, instead of using "9:00 AM" for the COUNTIF criteria, use 9.
    There are probably ways to do this using the Duration format as well, but I prefer the decimal hours.
    Hope this helps.
    Jerry

  • Why am I unable to update my Firefox 3.0 when the pop-up menu tells me that the download was complete?

    I am repeatedly told to upgrade my version of Firefox.
    Each time I attempt this, whether I disable my anti-virus software (AVG) or not, I get a pop-up menu telling me the download was completed but I still seem to be on the 3.0 version.

    You appear to have upgraded to a supported version. I will also attempt to answer your other question. [/questions/885242]

  • TS3147 My printer was no longer being detected, so I uninstalled it and when I went to reinstall it I discovered that I no longer have a printer pop up menu to select my printer.

    I had a power failure and then began getting a message that the printer (Canon Pixma 610) was not detected. So, I unplugged it from the computer, restarted the computer and no change. The printer was still showing as the default printer, but not being detected. So I deleted the printer and then tried to reinstall it. However, when I clicked on the + sign to reinstall nothing came up. The screen was blank with no printer choices. I went to the Canon website to try and download the driver and received this message: There is no driver for the OS Version you selected. The driver may be included in your OS or you may not need a driver. I would appreciate any help...

    MSG2014 wrote:
    I finally contacted Canon and they informed me that my printer is not compatible with Maverick
    As Greg stated, the Canon support person is simply referring to what they see on the web and knosw nothing about Mac's. The reality is that the v10.8 driver will work on 10.9. You just may need to get past Gatekeeper to install it. So here is a link to the v10.8 driver. If you get a message stating that the driver is not signed and cannot be installed, then this is Gatekeeper blocking it. So to install it, right click (or Control-click) on the installer and select Open from the pop-up menu. Now you will have the option to install.
    The second issue is the printer not appearing in the Add printer window. The USB cable is often the cause as suggested already. Also USB hubs can be a cause. To check if the Mac can see the printer, open System Information and select USB in the left column. The top right pane will show all the USB busses in your Mac. The MP610 should be listed under one of these busses. If it is not present, then try another USB cable and/or another USB port on the Mac. Until you see the MP610 in this view, you will not be able to add the printer.

  • Keyboard shortcut to open a cells pop-up menu and select from list of options.

    I guessed Option-Return would be the shortcut from this, as it typically lets you edit a cells contents, but no. Read the keyboard Shortcuts list in Numbers>Help but didn't see anything.

    Hi ts,
    Thanks for drawing my attention to this! Let's add some missing detail…
    While "you just press spacebar" to open the pop-up menu, that won't select a menu item.
    After you've opened the menu, 'you could press the first letter' of an entry, ( 'like every other pop-up list on Earth,') or you could press the down arrow to step down the list (and the up arrow to step up, if you went beyond the item you wanted to choose).
    And you can change your mind; the menu will stay open until you confirm your choice (by pressing the space bar again, OR by pressing return OR by pressing enter).
    Note that pressing the first letter will select the 'smallest' item name beginning with that letter. To move to another item name starting with that letter, you'll need to use the up or down arrow key (or the mouse).
    Thanks again for posting. With luck, WideEyedPupil will still be monitoring this discussion, and will see these posts.
    Regards,
    Barry

Maybe you are looking for