Connecting Tech Pros Worldwide Forums | Help | Site Map

Javascript error: Object expected

Newbie
 
Join Date: Dec 2007
Posts: 2
#1: Dec 13 '07
I get the following error on a website at home, but not at work.

Error: object expected

Could it be an internet setting?

Needs Regular Fix
 
Join Date: Jun 2006
Posts: 424
#2: Dec 13 '07

re: Javascript error: Object expected


It is likely the browser at work is not set to alert javascript errors.
Newbie
 
Join Date: Dec 2007
Posts: 2
#3: Dec 13 '07

re: Javascript error: Object expected


this is for facebook :) and at work im able to accept friends. but at home, it wont allow me to. when i click a button, nothing happens.
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#4: Dec 13 '07

re: Javascript error: Object expected


Which browser are you using? I assume it's IE.
rnd me's Avatar
Expert
 
Join Date: Jun 2007
Location: Urbana IL
Posts: 411
#5: Dec 13 '07

re: Javascript error: Object expected


Quote:

Originally Posted by jiyesong

I get the following error on a website at home, but not at work.
Error: object expected

probably not. its a javascript error. it's hard to partially block js, it usually works or doesn't.

it sounds like the script is assuming something incorrect about your browser.

insert standard advice about updating you browser here.

i see this a lot when using noscript in firefox, when it bocks a script containing code need by a script that's not blocked.
Reply