Problems with drop down menu in html snippet

Hi all,
I am trying to use a form with a drop down menu so the user can jump directly to the corresponding page. I am using the code generated by http://javascript.internet.com/generators/drop-down-menu.html, and it works correctly when I test it in the "Show me the drop down menu" option on their page.
This is the html code:
<!-- ONE STEP TO INSTALL PULLDOWN MENU:
1. Paste the code into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the BODY of your HTML document -->
<BODY>
<!-- Original: Ricocheting ([email protected]) -->
<!-- Web Site: <a class="jive-link-external-small" href="http://free.prohosting.com/~ric">http://free.prohosting.com/~ric</a> -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! <a class="jive-link-external-small" href="http://javascript.internet.com">http://javascript.internet.com</a> -->
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex] .value;" value="GO">
<option value="">select genre</option>
<option value="http://www.mygaragebandstudio.com/blues_rock.html">blues/rock</option>
<option value="http://www.mygaragebandstudio.com/cinematic.html">cinematic</option>
<option value="http://www.mygaragebandstudio.com/country.html">country</option>
<option value="http://www.mygaragebandstudio.com/electronic.html">electronic</option>
<option value="http://www.mygaragebandstudio.com/experimental.html">experimental/new age</option>
<option value="http://www.mygaragebandstudio.com/jazz.html">jazz</option>
<option value="http://www.mygaragebandstudio.com/latin.html">latin</option>
<option value="http://www.mygaragebandstudio.com/orchestral.html">orchestral</option>
<option value="http://www.mygaragebandstudio.com/urban.html">urban</option>
<option value="http://www.mygaragebandstudio.com/world.html">world</option>
</select>
</form>
When I paste this code into an html snippet in iWeb, my page does not work correctly after publishing to a folder. The jump to location doesn't open its corresponding page. Instead, it defaults to the same page that has the drop down menu, only the menu doesn't appear any more. Instead, I get a "hole" where the drop down menu used to be.
This is my URL: http://www.mygaragebandstudio.com/jingles.html
I examined the code of the page with the html snippet generated by iWeb, and to my surprise I couldn't even find the html code of the form with the drop down menu. Where is it?
Please help!
null

Manuel wrote:
Green Star for you!
JSYK,
You didn't actually give PressWeb the green star by marking his post as the post that solved your question. You merely marked the question as answered but never actually marked PressWeb's post as being the post that answered your question, which will in effect reward PressWeb with the green star as seen by a green star appearing in the header for his post. I only mention this because you have incorrectly mentioned rewarding PressWeb with a green star.
Hope that helps.

Similar Messages

  • HT1341 Epson Stylus SX435W otherwise known as Workforce 435. Although Apple promises software drivers on-line attempts at downloading and ADDING repeatedly come up with drop down menu "...it is not currently available from the software server". Please hel

    Epson Stylus SX435W otherwise known as Workforce 435. Adding Driver to an iMac
    Although Apple promises software drivers on-line, my attempts at downloading and ADDING it to my iMac
    repeatedly come up with drop down menu "...it is not currently available from the  Software update server". Please help?
    I have downloaded all the Epson Printer Software but I cannot make the final step.

    Reset the printing system and then try adding the printer again.
    http://support.apple.com/kb/ht1341
    (You have installed, not just downloaded the Epson driver, right?)

  • Is there a way to get ACR to appear in the "Open With" drop down menu?

    Hi,
    Is there a way to get Adobe Camera Raw to appear directly along with CS3 in the Mac's ( OS 10.4.11) "Open With" drop down menu?

    If you installed ACR it in the right place, and are targeting the kind of file that ACR can handle, it should be there.
    I have found that there are certain Tiff Scans that won't open in ACR but if you just Duplicate them in Bridge, and then target the Duplicate, they will then open in ACR.
    At least they do so for me.

  • Problems with flash transparent drop down menu over html in some browsers

    Hi everyone... this is my first post and it's about an issue
    that's causing me a few problems.
    I'm currently designing/ building my company's web site, the
    test page be viewed here: www.musflashtv.com/test.htm
    1) This layout contains an embeded flash movie (.swf) with a
    transparent background, this is the main navigation.
    The flash navigation has a drop down menu that animates down
    and covers the html page (containing links) below.
    The problem is that in most current browsers such as; Firefox
    2.0.05 (links below template don't work), Netscape 8.1.3
    (navigation drop down and links don't work) and Opera 9.10 (links
    below template don't work), any links just below the 'invisible'
    transparent area coverd by the navigation can't be clicked 'through
    the flash file'. The exception is IE 7.0, everything is fine there.
    (it hasn't been tested in any mac browsers though).
    Because the area below the navigation on
    www.kitachi.info/work is one large dummy jpeg file, the link below
    would be a much better example to look at.
    http://www.musflashtv.com/shows/ind...tlight-Sessions
    The flash navigation is embedded in the html (tlp) template
    file using the code below and aligned using an external style
    (.css) sheet, this html code not only embeds the flash movie but it
    also tells the browser to display it's background and as
    transparent. The flash movie is embedded in a layer that sits above
    the table.
    3) The flash embed code:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    name="shows-navigation-tranparent" width="851" height="300"
    align="top" class="flash-navigation"
    id="shows-navigation-tranparent">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie"
    value="flash/navigation-tranparent.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="bgcolor" value="#000000" />
    <param name="SCALE" value="exactfit" />
    <embed src="flash/navigation-tranparent.swf" width="851"
    height="300" align="top" quality="high" wmode="transparent"
    bgcolor="#000000" name="navigation-tranparent"
    allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    scale="exactfit" />
    </object>
    Does anybody know of any code that can solve this problem or
    know a different way of creating a flash navigation with a drop
    menu that can be embeded over html?
    Any help or advice would be greatly appreciated especially as
    this issue is holding back progress in a big way.
    Thanks in advance guys!
    Adie

    It's IE-only behaviour as a result of changes Microsoft made
    last
    year to their browser, regarding how Active Content (Flash,
    Quicktime etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2, the fix is already built
    into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    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
    ==================
    "swizzle_16" <[email protected]> wrote in
    message
    news:eqr0ib$48r$[email protected]..
    > Help please, I've put together a website using a drop
    down menu system
    > that
    > needs to drop down over a flash animation - I've managed
    to get the drop
    > downs
    > to go in front of the animation using the transparent
    tag - but each
    > option has
    > to be clicked on twice to get the link to work.
    >
    > Does anyone know how I can change it so the link needs
    to be only clicked
    > once?
    > The drop down menu system I've used is : * AnyLink Drop
    Down Menu- ©
    > Dynamic
    > Drive (www.dynamicdrive.com)
    >

  • Bit of layers confusion with drop down menu

    Hi guys.
    I have been teaching myself web design for about 4 months,
    and am still pretty clueless about a frightening amount of stuff.
    I am really in a bit of a mess and am hoping someone can help
    me out it.
    I am doing a web site that needs to have a tabbed drop-down
    menu running along the bottom of the banner.
    I started doing this using some HTML and CSS code I found
    online, but ended up having problems with displaying correctly in
    IE. So I have scrapped it in favour of doing one in flash.
    The only thing is, directly below the banner, I have a div
    that contains image links. When my drop downs, expand they will go
    well ontop of the area containing the image links. So my question
    is , does the flash drop down's page size automatically have to be
    big enough to contain the menu when expanded, or is it possible to
    have the flash page size expand according to whether the menu is
    expanding or not, so that there is still clickable access to the
    link images underneath,when the menu is not expanded.?
    Sorry if this is a very convoluted explanation. If someone
    understands what I am trying to achieve and help me find any way to
    make it happen, I would be hugely grateful, as I have a client who
    is blown away by the design, and i dont wanna sour the relationship
    by being unable to sort out this functionality.
    Thanks for taking the time to read this.

    I happen to have the same problem. However I cannot find the two files in step two:
    2.
    Trash the following two files in the Macintosh HD > Library > Caches folder:
    * com.apple.LaunchServices-0140.csstore
    * com.apple.LaunchServices-014nnn.csstore
    I did input my UID number as you are told to do so in the instructions. The only I can find is the one in step six a:
    6.
    Verify that the problem is solved. If not:
    1. Trash the com.apple.LaunchServices.plist file in the Home > Library > Preferences folder of the affected account. See Note [3].
    Is there a reason as to why I cannot find those files? Oh and I did delete it; all it did was reset the file associations.
    Thank you for taking the time to read this post. May your loins be blessed with fertility.
    PowerBook6,8   Mac OS X (10.4.8)  

  • "Open With" drop-down menu has multiple instances of apps

    When I right-click on a file and select "Open With", the resulting drop-down menu contains many, many multiple instances of the same app - five Firefox's, five Quicktime Player's, at least three instances of every relevant app. Why is that happening, and how can I clean that menu up?

    I happen to have the same problem. However I cannot find the two files in step two:
    2.
    Trash the following two files in the Macintosh HD > Library > Caches folder:
    * com.apple.LaunchServices-0140.csstore
    * com.apple.LaunchServices-014nnn.csstore
    I did input my UID number as you are told to do so in the instructions. The only I can find is the one in step six a:
    6.
    Verify that the problem is solved. If not:
    1. Trash the com.apple.LaunchServices.plist file in the Home > Library > Preferences folder of the affected account. See Note [3].
    Is there a reason as to why I cannot find those files? Oh and I did delete it; all it did was reset the file associations.
    Thank you for taking the time to read this post. May your loins be blessed with fertility.
    PowerBook6,8   Mac OS X (10.4.8)  

  • IPhone 4 wifi portal login with drop down menu

    Hi,
    I'm extremely happy with my iPhone 4. I use it often in WiFi hotspots (hotels, university, train stations etc) and the new portal log in system is really handy. Previously I used a third party WiFi portal logging in app which is now no longer necessary. HOWEVER, there seems to be a problem with the iPhone 4 remembering log in protocols for WiFi portals that include selecting an item from a drop down menu before logging in. For instance, the WiFi hotspots in trainstations here in the Netherlands work with several protocols depending on through which organisation you can log in. Before entering your log in details you have to select through which organisation you have access to such a hotspot. The third party logging in app was able to remember how to do this, but the iPhone 4 auto logging in thing (sorry, I don't know the term) does not remember. It's frustrating to have to fill the details in every time. And I can't even use the third party app any more because it needs primary connection to the local WiFi before it can log in, and the iPhone 4 won't give a primary connection if you don't fill in the details to log in (and if you do, you're already logged in and the third party app is useles...)
    Sorry for my rant, I'm wondering if there's a way to make the iPhone 4 log in tool-thing remember the protocol for logging in with drop down menus, or if there will be an update to fix it...
    Thanks,
    Tasmin
    P.S. I'm running iOS 4.1

    are you sure your stop() are in the right place??
    eg.. on the last frame of the onRollOver animation??
    also... why have you got on(releaseOutside); ???
    onRollOut will suffice.

  • Safari 7.1 creates problems with drop down menus from some sites

    I blindly install Apple updates, but with Safari 7.1 I run into problems with the drop down menu of www.arcweb.com.  As this is my main client it is a big problem.  Any suggestions or solutions?
    thanks
    Jean

    Empty Caches.
    1. Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        "Develop" menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    2. Quit Safari if open.
        Option click the "Go" menu in the Finder menu bar.
        Select "Library" and then "Caches".
        Look for the folder 'com.apple.Safari"
        Right click "com.apple.Safari" and select "Move to Trash"
        Relaunch Safari.

  • Problem with drop down menus in firefox 4

    when I scroll over a drop down menu, for example when I right click and put the cursor over one of the options it goes black. If I scroll over one of the menu bar drop down menus as I move over one of the options it stays highlighted in gray. I am running firefox 4 and have already tried turning on the menu bar and turning off hardware acceleration

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • DWT file not updating with drop-down menu edits rom Fireworks

    Aughh! I am almost done with my website, when I go back to
    Fireworks and add a couple new tabs on a drop-down menu. I update
    the DWT file in Dreamweaver, but one of two things happens: either
    the update simply doesn't "take", or all of the <body>
    section is mysteriously deleted from the DWT file. If I preview the
    Fireworks template (from Fireworks), everything is as it should be,
    but not when I preview in Dreamweaver. Not sure if this is a
    Fireworks issue or a Dreamweaver so I've posted in both. No one in
    the FIreworks forum has come up with any suggestions yet.
    What the hell?
    Thanks in advance for the help,
    Brian

    >so I've posted in both
    Can't see anything here over at the newsgroup - did you
    forget or not post
    in such a way it doesn't show?
    Please provide a URL.
    Jo
    "_Lost_Boy" <[email protected]> wrote in
    message
    news:ga4i6l$cht$[email protected]..
    > Aughh! I am almost done with my website, when I go back
    to Fireworks and
    > add a
    > couple new tabs on a drop-down menu. I update the DWT
    file in Dreamweaver,
    > but
    > one of two things happens: either the update simply
    doesn't "take", or all
    > of
    > the <body> section is mysteriously deleted from
    the DWT file. If I preview
    > the
    > Fireworks template (from Fireworks), everything is as it
    should be, but
    > not
    > when I preview in Dreamweaver. Not sure if this is a
    Fireworks issue or a
    > Dreamweaver so I've posted in both. No one in the
    FIreworks forum has
    > come up
    > with any suggestions yet.
    >
    > What the hell?
    >
    > Thanks in advance for the help,
    > Brian
    >

  • Need help please with drop down menu

    AS2 I created a drop down menu for my portfolio. my setup is my site mc, within that mc it my portfolio and the drop down menu with five buttons. I want to link on of those button not to the root, but in the same area as the drop down menu/ this is how it is set up.
    sceen1 and inside sceen1 is navebar with the drop down menu. Inside the menu are my buttons. I dont need it to link at the root(sceen1) I need to link one of the buttons to a frame in the navbar area. Sorry and I hope you can understand what I wrote.

    What code have you tried?  Where do you have the code planted?  If you plant all of the code in one place, such as the main timeline then it might be easier for you to manage targeting whichever objects you intend to.

  • Basic Form with Drop Down Menu Help

    Hi Guys,
    I have just started using dreamweaver and i dont use code or anything yet.  I have been following a tutorial from thesitewizard which runs through the basics of creating a web page in the design screen.  It created a form to insert but i need to know how to create a form which has a drop down menu to have say 4 or 5 options to select the normal name email comments etc fields and submit button to enbale people to contact me.  Can anyone help with this.  Pleae keep in mind i am very new to this and dont have any code experience etc at all.
    Thanx in advance for any help.
    cheers
    chris

    You will need to use a form processing script to handle your form data.  This isn't terribly difficult, but it's more than you can do in Design View alone.
    Have a look at this form building service.
    http://wufoo.com/
    Another one to look at - although I've never used it myself, it gets mentioned a lot in these groups.
    Forms To Go from BeBo Soft -
    http://www.bebosoft.com/products/formstogo/index.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to build advanced search with drop down menu (ASP)

    Hi,
    I'm using CS4 with ASP / SQL. I have a search page which contains only 2 fields; one is user input (search term), the other is a drop down menu to define which column they want to search on. How can I define the SQL statement - or can I only choose to search on values in the table, rather than on columns?
    thanks

    DineshS wrote:
    Which dropdown menu you want to customized ?The specific menu we would like to customize is the 'Action' menu on the Person form that usually contains 'Create Employment' and so on. We have a specific recruiter responsibility that we would like to limit to 'Create Applicant'. I have been unable to come up with a combination of steps in personalizations that sets that value in the dropdown and allows it then be unchangeable. If you have any suggestions, please let me know. I would prefer not to create a custom form but without personalizations, I might have to.

  • Need help with Drop Down Menu _ URGENT!!

    Hello -
    I'm new to Dreamweaver. I actually have an old version
    (Dreamweaver MX 2004).
    I'm updating a website for work and this needs to be done as
    soon as possible so I'd appreciate if anyone can be so kind as to
    shed light on ANYTHING. =/
    This is what I need:
    I need a drop down menu; when a selection is chosen, I need
    information regarding that selection to appear on the bottom of the
    page. (I am working off an Excel sheet - it has list of service
    descriptions along w/ the unit price, frequency & other fields.
    So If I chose "database hosting" off the drop down list,
    information would be generated (ie. it's corresponding unit price,
    frequencies, etc.)
    I've attached an example of a code but I cannot use that code
    (which has JavaScript) to tweak what I need exactly.
    I am VERY new to this so if anybody can help be out I would
    GREATLY appreciate it.
    Thanks!!

    >I buy all their stuff as it
    > is excellent.
    Double Ditto!
    Walt
    "Paul Gillard" <[email protected]> wrote in
    message
    news:gedcoi$d65$[email protected]..
    > Hi
    > To be honest, the very best thing you can do is to get
    hold of a DW
    > extension
    > from
    http://www.projectseven.com
    and then you will be able to have a
    > completely
    > editable 'easy to implement' drop-down menu system! I
    buy all their stuff
    > as it
    > is excellent.
    >
    > Cheers
    > Paul
    >

  • Nasty Safari 5.1 problem with drop-downs on Lion

    There appears to be a nasty bug in Safari on Lion related to certain types of drop-downs where clicking on the drop-down resets the entire page. I have already encountered it on several webpages. Here is a link to a webpage which shows this behavior.
    http://www.sonos.com/login/
    If you scroll to the bottom half and try to create a new account, you are unable to do so since the required Country value (via drop-down) cannot be set as it resets the page whenever you click or try to access it via keyboard. I guess it is good to keep Chrome and Firefox around for pages that Safari can't handle, but it would seem that this is something basic that Apple's automated test suites should have caught. Again, it does not happen with all drop-downs, only certain types.

    I had the same problem with a site I developed. I found out how to fix the problem here: http://stackoverflow.com/questions/7165086/clicking-safari-5-1-select-menu-refre shes-page
    It's a problem with using webfonts on select forms in the CSS. If you disable the webfont on select forms, the problem goes away. Hopefully, Apple fixes the problem soon since it's a major bug. It doesn't just reload the page but it logs you out if you're signed into the site.

Maybe you are looking for

  • Dobj.schtm_invalid_dup error in oim while unlocking user

    When trying to unlock a user in oim 9.1.0.2 we get the following error. We have customized task created for this functionality to work.The task Xs Unlock User from UF to PF is getting rejected giving the following error Error Details Feb 20, 2013: Ad

  • I cant get passed the security questions what can ido

    when i want to reset the answer for my security questions, it says it wil send the reset to the alternate email, but ive been waiting for 2 weeks what can ido

  • Programmed Button Icons

    i try to use icons for buttons. but in my case i just wonna program them rather embedding swf, jpg or what ever. its not so difficult. i noticed that i always receive with updateDisplaylist unscaledWidth/height only 0. and that the 0/0 of my graphic

  • DVD just stops in play back

    I have burned two projects and they both have the same problem. during the first chapter it just stops and freezes? i can not furgure out what happened please help

  • Problems working with events in JInternalFrames

    Hi everybody: I'm having a problem with Swing, I have a JFrame with two JInternalFrame's, I add the MouseListener's to work with the events MousePressed and MouseReleased and it simply doesn't work at all. Next you can see a fragment of my program, p