PDA

View Full Version : Javascript errors - slide show


dhlewis
Sep-09-2007, 02:24 PM
I'm getting two errors associated with the slide show javascript, anyone know how to fix? Running version .57.


pTags[1] has no properties
changeCategoryInfo (http://www.dgrin.com/)()user_dhlewis-2007... (line 498)

chrome://firebug/content/blank.gif re.exec(pTags[1].innerHTML);
user_dhlewis-2007... (line 498) (http://www.dgrin.com/)

pTags[1] has no properties
changeCategoryInfo (http://www.dgrin.com/)()user_dhlewis-2007... (line 498)
wrappedFn (http://www.dgrin.com/)(load (http://www.dgrin.com/))yui_core-min-5750... (line 147)

chrome://firebug/content/blank.gif re.exec(pTags[1].innerHTML);

Andy
Sep-09-2007, 02:41 PM
hi,

please get and use v58 here:
http://www.dgrin.com/showthread.php?t=28348

then see if the errors persist.

dhlewis
Sep-09-2007, 02:59 PM
hi,

please get and use v58 here:
http://www.dgrin.com/showthread.php?t=28348

then see if the errors persist.


Andy,

I have some good news, we cut the errors in half we now only have one;

changeCategoryInfo is not defined

devbobo
Sep-09-2007, 03:05 PM
that is due to this code in your footer...



<!-- Code to turn off gallery details links to javascript -->
<*script*>
changeCategoryInfo();
</*script*>

dhlewis
Sep-09-2007, 03:10 PM
that is due to this code in your footer...



<!-- Code to turn off gallery details links to javascript -->
<*script*>
changeCategoryInfo();
</*script*>



well that was easy, Thank You.