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