Results 1 to 2 of 2

Thread: Help with Fade-In Slideshow (v2.4) and IE

  1. #1
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Fade-In Slideshow (v2.4) and IE

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

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

    3) Describe problem: Hi, I finally got this script to work, and it works beautifully in Chrome and FireFox, but it doesn't work in IE at all. Below is the error message show in IE:

    Message: 'fadeSlideShow' is undefined
    Line: 49
    Char: 1
    Code: 0
    URI: http://www.fortunegroup.com.au/Test-...Slideshow.aspx

    How do I correct this problem in IE and where do I do that?

    Thanks a lot,
    Regina

  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

    On the page linked to in your error message (fortunegroup.com.au/Test-Pages/Test-Banner-FadIn-Slideshow.aspx), as of this writing, change:

    Code:
    <link rel="icon" href="/favicon.ico" /><script type="text/javascript" src="http://fortunegroupcomau@fortunegroup.com.au/App_Themes/FortuneGroup/fadeslideshow.js">
    
    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
    </script>
    to:

    Code:
    <link rel="icon" href="/favicon.ico" /><script type="text/javascript" src="http://www.fortunegroup.com.au/App_Themes/FortuneGroup/fadeslideshow.js">
    
    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
    </script>
    And get rid of this:

    Code:
    <script type="text/javascript">
    //<![CDATA[
    <div id="fadeshow"></div>
    
    <br />
    
    //]]>
    </script>
    - 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
  •