Jump to content

syntax error problem


hisuwh

Recommended Posts

Ive been editing my website on my local server and got to a good point.Wanting to show it to some colleagues I uploaded it to my webspace but straight away javascript throws a hissy fit.For some reason I am getting a syntax error on this line character 60 (which is the a of the "loadingcontent" randomly)Any suggestions?

document.getElementById("contentwrapper").className = "loadingcontent";

Link to comment
Share on other sites

The error console tells me that this is the problem:

callAHAH('content.php?ajax=yes&content='+tab+'&database='+, 'contentwrapper',---------------------------------------------------------^

Link to comment
Share on other sites

The error console tells me that this is the problem:
callAHAH('content.php?ajax=yes&content='+tab+'&database='+, 'contentwrapper',---------------------------------------------------------^

Ah thanks ive fixed it. What error console told you this?Cos if id been pointed to the right place i could have fixed it. cheers
Link to comment
Share on other sites

Not Firebug, just Firefox's normal error console. It's in the line the immediately follows the one you showed.
Didn't know firefox had a 'normal error console'. 'Course I've never really used firefox without firebug installed...:)
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...