TOC.pl line 7 JS error / case sensitive
Brought to you by:
bit-man
Line 44 of TOC.pl outputs in javascript:
setBGcolor( 'abDiv', 'red' );
IE version 5.50 .4134.0600 expects case sensative
functions. (In JS, always a good idea to be case
aware).
changing "setBGcolor" to "setBGColor" fixes issue.
(results are odd looking, but that could just be me :))
-Jinxed
Anonymous