From: Pascal B. <pa...@dy...> - 2000-11-04 15:26:22
|
Change this line: this.slideInterval = setInterval(this+".slide()",speed) in the slideStart() method to: this.slideInterval = setInterval(this.toString()+".slide()",speed) and it should work again.. Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Jason LaFosse Verzonden: zaterdag 4 november 2000 16:21 Aan: dyn...@li... Onderwerp: [Dynapi-Help] core.ext.slide.htm example not working in 2001030b Not sure if anyone else is aware of this but I have found that the core.ext.slide.htm example does not work (IE5) in the latest distribution: dynapi-2000.10.30b.zip, however it was working in the: dynapi20001024-full.zip version. Pax, Jason _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |