gausie Posted September 3, 2006 Share Posted September 3, 2006 Hi!I'm getting the following error on page load[quote]Line: 1Char: 42Error: Expected ')'[/quote]Perhaps the most troubling thing is that my "Line 1" is "<html>"!ThanksGausie Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted September 3, 2006 Share Posted September 3, 2006 I belive that means line1 of your javascript code i'm not sure. Looks liek you have an extra ) in your code somewhere.Also I guess you are using IE. IEs javascript debugger isn't that greatye. If you have FireFox installed, download the Web Developer Extension. Now load your page up in FireFox when theres an error on your page you'll get a red icon appear to the right of the screen on the web developer toolbar. Click the red icon this will open the Javascript Console. It should dispaly the error(s) and a green arrow pointing to the error in question. Quote Link to comment Share on other sites More sharing options...
gausie Posted September 3, 2006 Author Share Posted September 3, 2006 Right.In Mozilla - what does "deprecated arguments usage" mean?The lines of code are at the beginning of defining a function (SetCookie):[quote]var argv = SetCookie.arguments;var argc = SetCookie.arguments.length;[/quote]Any help?ThanksGausie Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.