From: Robert R. <rra...@ya...> - 2001-01-07 21:58:45
|
On 1/7/2001, 9:04:05 AM EST, Sebastian wrote about "[Dynapi-Dev] syntax error in dynimage.js?": > After changing line 115 (in dynimage.js) from: > DynImage.timerId=setTimeout(DynImage+'.loadercheck()',25); > ...to: > DynImage.timerId=setTimeout('DynImage.loadercheck()',25); > everything seems to work fine (BTW, that's the syntax already used in > line 99). > Can somebody please check back on this? I believe you are right since DynImage doesn't have a toString that returns "DynImage", which may be causing the first line to fail. Since "DynImage.loadercheck()" is valid, that should be how it is written in the setTimeout. -- // Robert Rainwater |