Results 1 to 3 of 3

Thread: DD Link Form?

  1. #1
    Join Date
    Mar 2005
    Posts
    68
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Link Form?

    At the risk of incurring the wrath of the admins, this technically isn't a question about on e of the DD scripts... technically.

    I've been playing around with a rather long page of mine, and wanted to put anchor names in the code and have a section at the top for users to select where they want to go in the page. Sounds simple so far.

    The problem I'm having is creating a drop down form type thing to save space, as the top of the page is already a little crowded. Then I noticed the menu used on the Dynamic Drive site and thought it looked perfect for my needs.

    Please could someone let me know how you did it?!


    Thanks a lot in advance, i await your retribution

    Martyn.

  2. #2
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Take a look at this one - will it work?
    http://dynamicdrive.com/dynamicindex...menu/index.htm

  3. #3
    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

    HTML Code:
    <form name="myform">
    <div align="center"><p><select name="nav" size="1" 
    onChange="location.href=(this.value);this.form.reset()">
    <option value="">Choose a Topic</option>
    <option value="index.htm#bleh">Yooper</option>
    <option value="index.htm#blah">Antonov</option>
    <option value="index.htm#bleah">Fulcrum</option>
    <option value="index.htm#bleep">Oso</option>
    <option value="index.htm#blop">Nismo</option>
    <option value="index.htm#bloke">Smackdown</option></select></p>
    </div>
    </form><div>
    - 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
  •