Results 1 to 5 of 5

Thread: Multiple Choice Scrollbox URL Launcher

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

    Default Successive Dropdown Box URL Launcher

    Greetings, I am looking for script that resembles this:

    http://www.dynamicdrive.com/dynamici...ects/index.htm

    but instead of having a "reset" button, the button would load a URL.

    From there, I'd like to include the URL a drop-down document in the same page, like this script:

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

    If anyone can point me in the right direction, it would be much appreciated.

    Many thanks!
    Last edited by julmado; 09-19-2005 at 03:57 AM.

  2. #2
    Join Date
    Sep 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've just answered my own question:

    http://www.dynamicdrive.com/dynamici...menu/index.htm

    is what I was looking for, now to integrate the loading URL into the open page.

  3. #3
    Join Date
    Sep 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Now, I'd like to add a 4th combox, anyone have any hints?

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

    Modify config.js follow the instructions in chainedmenu.html, using the existing config.js as a guide.
    - John
    ________________________

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

  5. #5
    Join Date
    Sep 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    config seems ok, just having some trouble adding the comboxes into the html..

    I can't seem to be able to link with config with with <select>

    <select name="category" style="width:180px"></select>
    <select name="site" style="width:180px"></select>
    <input type="button" value="Open" onclick="openLink(this.form.site.value)">

    works fine for my two first boxes, but I can't seem to get the content into any further boxes.

    anyone have any experience with this script?

    Many thanks..!

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
  •