|
25 Years of Programming
An open source source for C, C++, OWL, BASIC, MDB, XLS, DOT, and more... |
Home Projects Up Sitemap Search Blog Forum+Chat About Us Privacy Terms of Use Feedback FAQ Images Services Payments Humor Music |
FAQ Contents
Why does the text on some pages extend beyond my right screen margin?
Why do pages load with "Object expected" errors in Internet Explorer?The short answer is: these are not really errors, and are harmless. The long answer is... This site uses Google Analytics for site usage statistics. On each page there is some JavaScript code provided by Google that makes this possible. Some of the code resides directly on the page, but another portion of it is served (sent to your browser) by Google Analytics. "Object expected" errors occur when the two pieces of code run in two different Internet Explorer security zones such that one piece is allowed to run but the other is blocked. Example:
If you have JavaScript globally enabled or globally disabled, you shouldn't get these errors. But if you have made this site a Trusted Site in Internet Explorer (which usually allows JavaScript to run), then you will get these errors unless you also add http://*.google-analytics.com to your list of Trusted Sites. In another context, I have also had to add https://*.google-analytics.com. It's not just Google Analytics. This Object Expected error can occur on any web page where multiple pieces of JavaScript, CSS, images, or other parts of the page come from different sources, even when those sources are just different servers at the same company. The above security zone change is not necessary unless you find the errors annoying. Only a few of our pages use JavaScript for anything other than Google Analytics and for displaying ads. Additional notes: If you have similar problems with eBay pages, you can add http://*.ebaystatic.com and https://*.ebaystatic.com to your Trusted Sites (along with http://*.ebay.com and https://*.ebay.com), and it should solve the errors and make the pages display and function properly in Internet Explorer. At Yahoo!, the problem can be solved by making http://*.yimg.com and https://*.yimg.com Trusted Sites. At PayPal, the problem can be solved by making https://www.paypalobjects.com a Trusted Site. At other sites, in IE7, you can click Page > View Source and search for the string src=. This will discover the remote sites from which JavaScript or other page elements are being retrieved. You can get rid of the errors by making those Trusted Sites, but I don't recommend doing that unless you know the sites and have confidence that they are trustworthy. Why do I get a 403 Forbidden error in the discussion forum?Your browser is blocking all cookies, including temporary session cookies. The forum pages only work properly when cookies are allowed. This is a security measure. It protects this website in an indirect way, and it also directly protects our visitors from something known as "session hijacking". Cookies are more secure than the "PHP session" alternative that is used when cookies are disabled. |
|
|
|
|
|
|
Copyright ©2010 Steven Whitney. Last modified Thu 10/21/2010 02:08:03 -0700. |
||