1) Script Title: Cross Browser Marquee I
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm
3) Describe problem:
The "temp" variable in the "populate()" function appears to be uninitialized. It is used only once in the following line where the "offsetWidth" element is being selected for "actualwidth" in the event the "all" element of "document" is not null:
actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth;
Is this a debugging artifact? What work around do you suggest?
Regards,
Aza D. Oberman
January 22, 2014



Reply With Quote

Bookmarks