function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gk_mygurugk_myguru 

Error displayed in the browser 's status bar for a VF page

Hi Guys,

 

I have a developed a visualforce page which is when opened in an Internet Explorer (v 8) shows an error in the status bar as 'Object required'. It shows the line number as well.

I have observed this typical behavior of the page with Internet Explorer only.There are issues with the mozilla firefox.

(v 3.6.20 )


Also a small question regarding this behavior - Does VF pages behave differently with different browsers ?

 

Please Suggest.

 

 Thanks and Regards,

 

gk_myguru

Best Answer chosen by Admin (Salesforce Developers) 
ministe2003ministe2003

Hi, have you written javascript in your visualforce page, because that sounds like a javascript error message.  It usually appears in the bottom left of the window with an exclaimation mark.  If so, you need to check your javascript for errors.  IE has a built in JS debugger you can use by pressing Alt+F12.

All Answers

ministe2003ministe2003

Hi, have you written javascript in your visualforce page, because that sounds like a javascript error message.  It usually appears in the bottom left of the window with an exclaimation mark.  If so, you need to check your javascript for errors.  IE has a built in JS debugger you can use by pressing Alt+F12.

This was selected as the best answer
gk_mygurugk_myguru

Hi , Thanks..... There was JavaScript issue.Its resolved now  !  :)