SpaceBoy
04-03-2007, 08:57 PM
1) Script Title: Ultimate Fade-in slideshow (v1.5)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I have implements this very nice script on my website and it works perfectly :) . However, my FF extension HTMLTidy gives me about ~30 errors and warning on the js code for example :
* line 478 column 400 - Error: character "'" is not allowed in the value of attribute "ID"
* line 482 column 15 - Warning: cannot generate system identifier for general entity "dom"
* line 482 column 15 - Error: general entity "dom" not defined and no default entity
* line 482 column 18 - Error: reference to entity "dom" for which no system identifier could be generated
* line 493 column 25 - Warning: cannot generate system identifier for general entity "obj.tempobj.filters"
* line 493 column 25 - Error: general entity "obj.tempobj.filters" not defined and no default entity
* line 509 column 62 - Error: element "OBJ.POSTIMAGES.LENGTH-1" undefined
* ...
I'm using doctype html 4.01 transitional loose.dtd.
Anyone has the same errors ?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I have implements this very nice script on my website and it works perfectly :) . However, my FF extension HTMLTidy gives me about ~30 errors and warning on the js code for example :
* line 478 column 400 - Error: character "'" is not allowed in the value of attribute "ID"
* line 482 column 15 - Warning: cannot generate system identifier for general entity "dom"
* line 482 column 15 - Error: general entity "dom" not defined and no default entity
* line 482 column 18 - Error: reference to entity "dom" for which no system identifier could be generated
* line 493 column 25 - Warning: cannot generate system identifier for general entity "obj.tempobj.filters"
* line 493 column 25 - Error: general entity "obj.tempobj.filters" not defined and no default entity
* line 509 column 62 - Error: element "OBJ.POSTIMAGES.LENGTH-1" undefined
* ...
I'm using doctype html 4.01 transitional loose.dtd.
Anyone has the same errors ?