Results 1 to 2 of 2

Thread: Select All Problem

  1. #1
    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 Select All Problem

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: Not a bug with the script, but with the demo page. If you select the first code block using the Select All button, there's an error. Using the second Select All button selects the code in the first code block. I think this is because the form for selecting which page to display was added:

    HTML Code:
    <form class="navselectform">
    <select name="example" size="1" onChange="pagenavselect_dd(this)">
    <option value="fadeinshow.htm" selected="selected">Script Index Page</option>
    <option value="fadeinslideshow_suppliment.htm">Taking advantage of the oninit() and onslide() event handlers</option>
    </select>
    </form>
    And the code to select all (which works off of the number of forms on the page) wasn't updated.
    - John
    ________________________

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

  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

    This has been fixed. Thanks DD!
    - 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
  •