I ran the same check on style.js, who's function is unknown to me, and got a basket-full of errors:
Quote:
Error:
Implied global: aDEC 17, aLINK 17 18, allowRESIZE 14, bSIZE 12, cellCLICK 12, document 8, exclude 6, fFONT 17, fSIZE 10 12 17, fWEIGHT 12 17 18, mac 10, menuALIGN 14, mu 12, ns4 10 17, op5 10, remoteTRIGGERING 14, saDEC 17, saLINK 17, sbSIZE 12, sfFONT 17, sfSIZE 10 12 17, sfWEIGHT 12 17, shSIZE 12, stINDENT 12, staticMENU 14, svPADDING 12, tINDENT 12, vPADDING 12
Problem at line 12 character 12: Expected '{' and instead saw 'bSIZE'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
Problem at line 12 character 31: Expected '{' and instead saw 'fSIZE'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
Problem at line 12 character 52: Expected '{' and instead saw 'tINDENT'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
Problem at line 12 character 76: Expected '{' and instead saw 'vPADDING'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
Problem at line 12 character 99: Expected '{' and instead saw 'sbSIZE'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
Problem at line 12 character 121: Expected '{' and instead saw 'sfSIZE'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
Problem at line 12 character 144: Expected '{' and instead saw 'stINDENT'.
if(bSIZE<0)bSIZE=0;if(fSIZE<5)fSIZE=5;if(tINDENT<0)tINDENT=0;if(vPADDING<0)vP...
~
Problem at line 18 character 143: Bad escapement.
else{stySTR+='<style><!--';stySTR+='.mTD,.mTD A \{white-space:nowrap;color:'+...
Problem at line 18 character 160: Bad escapement.
else{stySTR+='<style><!--';stySTR+='.mTD,.mTD A \{white-space:nowrap;color:'+...
Problem at line 18 character 160: Too many errors. (30% scanned).
Last edited by enderwiggin7; 07-21-2009 at 01:32 PM..
Reason: trimmed for size
I tell you: You could have it all working by now if you implemented the CSS menu I provided. In the time you’re wasting on fixing an outdated script you could have converted the entire site into a semantic CSS layout at least three times.
It's out of my hands - I've been asked to get THIS one working. All I need is for the navbar to appear properly and not move around or disappear on me. I care about nothing else in this. It doesn't need to be fancy or clean, it just needs to work.