Results 1 to 2 of 2

Thread: Drop down menu w/description

  1. #1
    Join Date
    Sep 2005
    Location
    Colorado
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop down menu w/description

    http://www.dynamicdrive.com/dynamici...bodescribe.htm

    Hi all. New to the forum. Love stuff I've found in Dynamic Drive. But, having trouble with the drop down menu. Trying to create a basic "Shop By Brand" link and don't even need the 'descriptions' that come with the script. However, my page loads fine, but when I hit "Go" I get an error and am not directed to the page I want to get to. When I dblclick the Error icon in the bot-left corner of page, the message indicates "Object expected" on the last line of the "option value" list. Make any sense?

    I'm pretty new to Java Script too, so if you have any ideas, I'd love it if you kept the answers somewhat down to earth.

    Good day, and I hope someone's got a fix for this.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That error usually means one of two things. Either the function that is being called is broken due to incorrect syntax or something the function is looking for is not available to it. Since you say you "don't even need the 'descriptions'", then perhaps the method you employed in removing them resulted in removing something the function was looking for. As a wild guess I'd say you need to remove all of these type of events from your markup:

    onChange="displaydesc(document.form2.select2, thetext2, 'textcontainer2')"

    However, it could be something else so, if that doesn't 'do it' for you:

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •