Javascript error

Report bugs and errors and enter comments and questions here. Anyone can post in this forum and you do not need to be registered member.
Post Reply
Dangermouse
Member
Member
Posts: 37
Joined: Tue Mar 01, 2005 8:21 am
Please enter the middle number: 1
Location: Seattle

Javascript error

Post by Dangermouse »

I get a javascript error on every page. I'm using IE 6.0 with WinXP SP2 and am logged in when I see the error (didn't check the logged-out case)

Error occurs

Code: Select all

        window.onload = function() {
here===============>    initializeMenu("AdminMenu", "Admin");
                        initializeMenu("FootballMenu", "FootballActuator");
                        initializeMenu("GolfMenu", "GolfActuator");
                        initializeMenu("HockeyMenu", "HockeyActuator");
User avatar
Dhruv
Administrator
Administrator
Posts: 3961
Joined: Mon Dec 16, 2002 3:09 am
Has thanked: 3 times

Javascript error

Post by Dhruv »

Yeah but you should get that only on the front page. I guess I haven't deleted all the JS in the menus. I had programmed it in and then I removed it cause it didn't render properly in some browser .

Will look into it.
Post Reply